#240418

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

Shades of Blackberry #240418

Tints of Blackberry #240418

Color information

#240418 (or 0x240418) is unknown color: approx Blackberry. HEX triplet: 24, 04 and 18. RGB value is (36,4,24). Sum of RGB (Red+Green+Blue) = 36+4+24=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #240418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240418 is #DBFBE7. Grayscale: #0F0F0F. Windows color (decimal): -14416872 or 1573924. OLE color: 1573924.

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

Color convert

RGB36424-
CMYK00.890.330.86
HSL322.5º80%7.84%-
HSV(B)322.5º88.89%14.12%-
XYZ0.940.530.92-
YUV15.85132.6142.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 56.25%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=56.25%
G=6.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3642400.890.330.86322.5807.84
Hex244180592156142508
Octal4443001314112650212010
Binary1001001001100001011001100001101011010100001010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240418; }

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

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

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

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

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

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

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

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