#240018

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

Shades of Blackberry #240018

Tints of Blackberry #240018

Color information

#240018 (or 0x240018) is unknown color: approx Blackberry. HEX triplet: 24, 00 and 18. RGB value is (36,0,24). Sum of RGB (Red+Green+Blue) = 36+0+24=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240018 is #DBFFE7. Grayscale: #0D0D0D. Windows color (decimal): -14417896 or 1572900. OLE color: 1572900.

HSL color Cylindrical-coordinate representation of color #240018: hue angle of 320º 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 #240018 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB36024-
CMYK010.330.86
HSL320º100%7.06%-
HSV(B)320º100%14.12%-
XYZ0.890.440.9-
YUV13.5133.93144.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36024010.330.863201007.06
Hex240180642156140647
Octal440300144411265001447
Binary1001000110000110010010000110101101010000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240018; }

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

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

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

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

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

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

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

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