Html Css Color HEX #080424 Black Russian

📋 copy color: '#080424'

red 8 ◦ green 4 ◦ blue 36

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

Shades of Black Russian #080424

Tints of Black Russian #080424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.33%

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

R = 16.67%
G = 8.33%
B = 75%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#080424 (or 0x080424) is known color: Black Russian. HEX triplet: 08, 04 and 24. RGB value is (8,4,36). Sum of RGB (Red+Green+Blue) = 8+4+36=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 36 (14.45% from 255 or 75% from 48); Max value from RGB is 36 - color contains mainly: blue. Hex color #080424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080424 is #F7FBDB. Grayscale: #080808. Windows color (decimal): -16251868 or 2360328. OLE color: 2360328.

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

Color convert

RGB 8 4 36 -
CMYK 0.78 0.89 0 0.86
HSL 247.5º 0.8% 0.08% -
HSV(B) 247.5º 0.89% 0.14% -
XYZ 0.46 0.27 1.7 -
YUV 8.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 8 4 36 0.78 0.89 0 0.86 247.5 0.8 0.08
Hex 8 4 24 4E 59 0 56 F8 50 8
Octal 10 4 44 116 131 0 126 370 120 10
Binary 1000 100 100100 1001110 1011001 0 1010110 11111000 1010000 1000

Color Harmonies of #080424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080424

Black with #080424

Text Example


Text Example

White with #080424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080424; }

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

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

background-color css

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

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

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

border-color css

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

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

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