#510624

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

Shades of Blackberry #510624

Tints of Blackberry #510624

Color information

#510624 (or 0x510624) is unknown color: approx Blackberry. HEX triplet: 51, 06 and 24. RGB value is (81,6,36). Sum of RGB (Red+Green+Blue) = 81+6+36=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510624 is #AEF9DB. Grayscale: #1F1F1F. Windows color (decimal): -11467228 or 2360913. OLE color: 2360913.

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

Color convert

RGB81636-
CMYK00.930.560.68
HSL336º86.21%17.06%-
HSV(B)336º92.59%31.76%-
XYZ3.782.011.86-
YUV31.84130.35163.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=65.85%
G=4.88%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8163600.930.560.6833686.2117.06
Hex5162405D38441505611
Octal12164401357010452012621
Binary1010001110100100010111011110001000100101010000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510624; }

 p { color: rgb(81,6,36); }

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

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

 a { background-color: rgb(81,6,36); }

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

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

 span { border-color: rgb(81,6,36); }

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