#240516

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

Shades of Blackberry #240516

Tints of Blackberry #240516

Color information

#240516 (or 0x240516) is unknown color: approx Blackberry. HEX triplet: 24, 05 and 16. RGB value is (36,5,22). Sum of RGB (Red+Green+Blue) = 36+5+22=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240516 is #DBFAE9. Grayscale: #101010. Windows color (decimal): -14416618 or 1443108. OLE color: 1443108.

HSL color Cylindrical-coordinate representation of color #240516: hue angle of 327.1º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240516 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB36522-
CMYK00.860.390.86
HSL327.1º75.61%8.04%-
HSV(B)327.1º86.11%14.12%-
XYZ0.930.540.81-
YUV16.21131.27142.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 57.14%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=57.14%
G=7.94%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3652200.860.390.86327.175.618.04
Hex2451605627561474c8
Octal4452601264712650711410
Binary1001001011011001010110100111101011010100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240516; }

 p { color: rgb(36,5,22); }

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

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

 a { background-color: rgb(36,5,22); }

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

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

 span { border-color: rgb(36,5,22); }

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