Html Css Color HEX #081224 Black Russian

📋 copy color: '#081224'

red 8 ◦ green 18 ◦ blue 36

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

Shades of Black Russian #081224

Tints of Black Russian #081224

RGB

 RED value IS 8 (3.52% from 255) = 12.9%

 GREEN value IS 18 (7.42% from 255) = 29.03%

 BLUE value IS 36 (14.45% from 255) = 58.06%

R = 12.9%
G = 29.03%
B = 58.06%

CMYK

 C value IS 0.78

 M value IS 0.5

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#081224 (or 0x081224) is known color: Black Russian. HEX triplet: 08, 12 and 24. RGB value is (8,18,36). Sum of RGB (Red+Green+Blue) = 8+18+36=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #081224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081224 is #F7EDDB. Grayscale: #101010. Windows color (decimal): -16248284 or 2363912. OLE color: 2363912.

HSL color Cylindrical-coordinate representation of color #081224: hue angle of 218.57º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081224 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 18 36 -
CMYK 0.78 0.5 0 0.86
HSL 218.57º 0.64% 0.09% -
HSV(B) 218.57º 0.78% 0.14% -
XYZ 0.63 0.61 1.75 -
YUV 17.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 8 18 36 0.78 0.5 0 0.86 218.57 0.64 0.09
Hex 8 12 24 4E 32 0 56 DB 40 9
Octal 10 22 44 116 62 0 126 333 100 11
Binary 1000 10010 100100 1001110 110010 0 1010110 11011011 1000000 1001

Color Harmonies of #081224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081224

Black with #081224

Text Example


Text Example

White with #081224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081224; }

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

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

background-color css

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

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

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

border-color css

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

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

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