#240A16

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

Shades of Blackberry #240A16

Tints of Blackberry #240A16

Color information

#240A16 (or 0x240A16) is unknown color: approx Blackberry. HEX triplet: 24, 0A and 16. RGB value is (36,10,22). Sum of RGB (Red+Green+Blue) = 36+10+22=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #240A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A16 is #DBF5E9. Grayscale: #131313. Windows color (decimal): -14415338 or 1444388. OLE color: 1444388.

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

Color convert

RGB361022-
CMYK00.720.390.86
HSL332.31º56.52%9.02%-
HSV(B)332.31º72.22%14.12%-
XYZ0.980.650.83-
YUV19.14129.61140.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.94%
GREEN value IS 10 (4.30% from 255) = 14.71%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=52.94%
G=14.71%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36102200.720.390.86332.3156.529.02
Hex24A16048275614c399
Octal4412260110471265147111
Binary1001001010101100100100010011110101101010011001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A16; }

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

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

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

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

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

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

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

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