#240318

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

Shades of Blackberry #240318

Tints of Blackberry #240318

Color information

#240318 (or 0x240318) is unknown color: approx Blackberry. HEX triplet: 24, 03 and 18. RGB value is (36,3,24). Sum of RGB (Red+Green+Blue) = 36+3+24=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240318 is #DBFCE7. Grayscale: #0F0F0F. Windows color (decimal): -14417128 or 1573668. OLE color: 1573668.

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

Color convert

RGB36324-
CMYK00.920.330.86
HSL321.82º84.62%7.65%-
HSV(B)321.82º91.67%14.12%-
XYZ0.920.510.91-
YUV15.26132.93142.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 24 (9.77% from 255) = 38.10%
R=57.14%
G=4.76%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3632400.920.330.86321.8284.627.65
Hex2431805C2156142558
Octal4433001344112650212510
Binary100100111100001011100100001101011010100001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240318; }

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

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

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

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

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

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

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

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