Html Css Color HEX #240E18 Blackberry

📋 copy color: '#240E18'

red 36 ◦ green 14 ◦ blue 24

#240E18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #240E18

Tints of Blackberry #240E18

RGB

 RED value IS 36 (14.45% from 255) = 48.65%

 GREEN value IS 14 (5.86% from 255) = 18.92%

 BLUE value IS 24 (9.77% from 255) = 32.43%

R = 48.65%
G = 18.92%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#240E18 (or 0x240E18) is known color: Blackberry. HEX triplet: 24, 0E and 18. RGB value is (36,14,24). Sum of RGB (Red+Green+Blue) = 36+14+24=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #240E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E18 is #DBF1E7. Grayscale: #151515. Windows color (decimal): -14414312 or 1576484. OLE color: 1576484.

HSL color Cylindrical-coordinate representation of color #240E18: hue angle of 332.73º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #240E18 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 14 24 -
CMYK 0 0.61 0.33 0.86
HSL 332.73º 0.44% 0.1% -
HSV(B) 332.73º 0.61% 0.14% -
XYZ 1.05 0.76 0.95 -
YUV 21.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 36 14 24 0 0.61 0.33 0.86 332.73 0.44 0.1
Hex 24 E 18 0 3D 21 56 14D 2C A
Octal 44 16 30 0 75 41 126 515 54 12
Binary 100100 1110 11000 0 111101 100001 1010110 101001101 101100 1010

Color Harmonies of #240E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E18

Black with #240E18

Text Example


Text Example

White with #240E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240E18; }

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

 H1.HeaderClassName
 {
   color: #240E18;
 }
 .AnyTagClassName
 {
   color: #240E18;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #240E18;
 }
 .BgClassName
 {
   background-color: #240E18;
 }
</style>

border-color css

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

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

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