#240718

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

Shades of Blackberry #240718

Tints of Blackberry #240718

Color information

#240718 (or 0x240718) is unknown color: approx Blackberry. HEX triplet: 24, 07 and 18. RGB value is (36,7,24). Sum of RGB (Red+Green+Blue) = 36+7+24=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #240718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240718 is #DBF8E7. Grayscale: #111111. Windows color (decimal): -14416104 or 1574692. OLE color: 1574692.

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

Color convert

RGB36724-
CMYK00.810.330.86
HSL324.83º67.44%8.43%-
HSV(B)324.83º80.56%14.12%-
XYZ0.970.590.93-
YUV17.61131.61141.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 53.73%
GREEN value IS 7 (3.12% from 255) = 10.45%
BLUE value IS 24 (9.77% from 255) = 35.82%
R=53.73%
G=10.45%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3672400.810.330.86324.8367.448.43
Hex247180512156145438
Octal4473001214112650510310
Binary1001001111100001010001100001101011010100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240718; }

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

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

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

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

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

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

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

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