Html Css Color HEX #240A18 Blackberry

📋 copy color: '#240A18'

red 36 ◦ green 10 ◦ blue 24

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

Shades of Blackberry #240A18

Tints of Blackberry #240A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.29%

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

R = 51.43%
G = 14.29%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#240A18 (or 0x240A18) is known color: Blackberry. HEX triplet: 24, 0A and 18. RGB value is (36,10,24). Sum of RGB (Red+Green+Blue) = 36+10+24=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #240A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A18 is #DBF5E7. Grayscale: #131313. Windows color (decimal): -14415336 or 1575460. OLE color: 1575460.

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

Color convert

RGB 36 10 24 -
CMYK 0 0.72 0.33 0.86
HSL 327.69º 0.57% 0.09% -
HSV(B) 327.69º 0.72% 0.14% -
XYZ 1 0.66 0.94 -
YUV 19.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 36 10 24 0 0.72 0.33 0.86 327.69 0.57 0.09
Hex 24 A 18 0 48 21 56 148 39 9
Octal 44 12 30 0 110 41 126 510 71 11
Binary 100100 1010 11000 0 1001000 100001 1010110 101001000 111001 1001

Color Harmonies of #240A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A18

Black with #240A18

Text Example


Text Example

White with #240A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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