#240118

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

Shades of Blackberry #240118

Tints of Blackberry #240118

Color information

#240118 (or 0x240118) is unknown color: approx Blackberry. HEX triplet: 24, 01 and 18. RGB value is (36,1,24). Sum of RGB (Red+Green+Blue) = 36+1+24=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240118 is #DBFEE7. Grayscale: #0E0E0E. Windows color (decimal): -14417640 or 1573156. OLE color: 1573156.

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

Color convert

RGB36124-
CMYK00.970.330.86
HSL320.57º94.59%7.25%-
HSV(B)320.57º97.22%14.12%-
XYZ0.90.460.91-
YUV14.09133.6143.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 59.02%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=59.02%
G=1.64%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3612400.970.330.86320.5794.597.25
Hex2411806121561415f7
Octal441300141411265011377
Binary1001001110000110000110000110101101010000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240118; }

 p { color: rgb(36,1,24); }

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

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

 a { background-color: rgb(36,1,24); }

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

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

 span { border-color: rgb(36,1,24); }

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