Html Css Color HEX #080224 Black Russian

📋 copy color: '#080224'

red 8 ◦ green 2 ◦ blue 36

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

Shades of Black Russian #080224

Tints of Black Russian #080224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.35%

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

R = 17.39%
G = 4.35%
B = 78.26%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#080224 (or 0x080224) is known color: Black Russian. HEX triplet: 08, 02 and 24. RGB value is (8,2,36). Sum of RGB (Red+Green+Blue) = 8+2+36=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 36 (14.45% from 255 or 78.26% from 46); Max value from RGB is 36 - color contains mainly: blue. Hex color #080224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080224 is #F7FDDB. Grayscale: #070707. Windows color (decimal): -16252380 or 2359816. OLE color: 2359816.

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

Color convert

RGB 8 2 36 -
CMYK 0.78 0.94 0 0.86
HSL 250.59º 0.89% 0.07% -
HSV(B) 250.59º 0.94% 0.14% -
XYZ 0.44 0.22 1.69 -
YUV 7.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 8 2 36 0.78 0.94 0 0.86 250.59 0.89 0.07
Hex 8 2 24 4E 5E 0 56 FB 59 7
Octal 10 2 44 116 136 0 126 373 131 7
Binary 1000 10 100100 1001110 1011110 0 1010110 11111011 1011001 111

Color Harmonies of #080224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080224

Black with #080224

Text Example


Text Example

White with #080224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080224; }

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

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

background-color css

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

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

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

border-color css

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

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

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