#510528

Color #510528 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #510528

Tints of Blackberry #510528

Color information

#510528 (or 0x510528) is unknown color: approx Blackberry. HEX triplet: 51, 05 and 28. RGB value is (81,5,40). Sum of RGB (Red+Green+Blue) = 81+5+40=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #510528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510528 is #AEFAD7. Grayscale: #1F1F1F. Windows color (decimal): -11467480 or 2622801. OLE color: 2622801.

HSL color Cylindrical-coordinate representation of color #510528: hue angle of 332.37º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510528 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB81540-
CMYK00.940.510.68
HSL332.37º88.37%16.86%-
HSV(B)332.37º93.83%31.76%-
XYZ3.832.012.19-
YUV31.71132.68163.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=64.29%
G=3.97%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8154000.940.510.68332.3788.3716.86
Hex5152805E334414c5811
Octal12155001366310451413021
Binary1010001101101000010111101100111000100101001100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510528; }

 p { color: rgb(81,5,40); }

 H1.HeaderClassName
 {
   color: #510528;
 }
 .AnyTagClassName
 {
   color: #510528;
 }
</style>
background-color css

<style>
 a { background-color: #510528; }

 a { background-color: rgb(81,5,40); }

 div.DivClassName
 {
   background-color: #510528;
 }
 .BgClassName
 {
   background-color: #510528;
 }
</style>
border-color css

<style>
 span { border-color: #510528; }

 span { border-color: rgb(81,5,40); }

 td.TdClassName
 {
   border-color: #510528;
 }
 .TagClassName
 {
   border-color: #510528;
 }
</style>