#240016

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

Shades of Blackberry #240016

Tints of Blackberry #240016

Color information

#240016 (or 0x240016) is unknown color: approx Blackberry. HEX triplet: 24, 00 and 16. RGB value is (36,0,22). Sum of RGB (Red+Green+Blue) = 36+0+22=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240016 is #DBFFE9. Grayscale: #0D0D0D. Windows color (decimal): -14417898 or 1441828. OLE color: 1441828.

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

Color convert

RGB36022-
CMYK010.390.86
HSL323.33º100%7.06%-
HSV(B)323.33º100%14.12%-
XYZ0.870.430.8-
YUV13.27132.93144.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 62.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=62.07%
G=0%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36022010.390.86323.331007.06
Hex240160642756143647
Octal440260144471265031447
Binary1001000101100110010010011110101101010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240016; }

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

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

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

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

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

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

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

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