#240217

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

Shades of Blackberry #240217

Tints of Blackberry #240217

Color information

#240217 (or 0x240217) is unknown color: approx Blackberry. HEX triplet: 24, 02 and 17. RGB value is (36,2,23). Sum of RGB (Red+Green+Blue) = 36+2+23=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240217 is #DBFDE8. Grayscale: #0E0E0E. Windows color (decimal): -14417385 or 1507876. OLE color: 1507876.

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

Color convert

RGB36223-
CMYK00.940.360.86
HSL322.94º89.47%7.45%-
HSV(B)322.94º94.44%14.12%-
XYZ0.90.480.86-
YUV14.56132.76143.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 59.02%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 23 (9.38% from 255) = 37.70%
R=59.02%
G=3.28%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3622300.940.360.86322.9489.477.45
Hex2421705E2456143597
Octal442270136441265031317
Binary10010010101110101111010010010101101010000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240217; }

 p { color: rgb(36,2,23); }

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

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

 a { background-color: rgb(36,2,23); }

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

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

 span { border-color: rgb(36,2,23); }

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