Html Css Color HEX #240012 Blackberry

📋 copy color: '#240012'

red 36 ◦ green 0 ◦ blue 18

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

Shades of Blackberry #240012

Tints of Blackberry #240012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 18 (7.42% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#240012 (or 0x240012) is known color: Blackberry. HEX triplet: 24, 00 and 12. RGB value is (36,0,18). Sum of RGB (Red+Green+Blue) = 36+0+18=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #240012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240012 is #DBFFED. Grayscale: #0C0C0C. Windows color (decimal): -14417902 or 1179684. OLE color: 1179684.

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

Color convert

RGB 36 0 18 -
CMYK 0 1 0.5 0.86
HSL 330º 1% 0.07% -
HSV(B) 330º 1% 0.14% -
XYZ 0.84 0.42 0.61 -
YUV 12.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 36 0 18 0 1 0.5 0.86 330 1 0.07
Hex 24 0 12 0 64 32 56 14A 64 7
Octal 44 0 22 0 144 62 126 512 144 7
Binary 100100 0 10010 0 1100100 110010 1010110 101001010 1100100 111

Color Harmonies of #240012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240012

Black with #240012

Text Example


Text Example

White with #240012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240012; }

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

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

background-color css

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

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

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

border-color css

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

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

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