Html Css Color HEX #080413 Black Russian

📋 copy color: '#080413'

red 8 ◦ green 4 ◦ blue 19

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

Shades of Black Russian #080413

Tints of Black Russian #080413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 61.29%

R = 25.81%
G = 12.9%
B = 61.29%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080413 (or 0x080413) is known color: Black Russian. HEX triplet: 08, 04 and 13. RGB value is (8,4,19). Sum of RGB (Red+Green+Blue) = 8+4+19=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #080413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080413 is #F7FBEC. Grayscale: #060606. Windows color (decimal): -16251885 or 1246216. OLE color: 1246216.

HSL color Cylindrical-coordinate representation of color #080413: hue angle of 256º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #080413 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 4 19 -
CMYK 0.58 0.79 0 0.93
HSL 256º 0.65% 0.05% -
HSV(B) 256º 0.79% 0.07% -
XYZ 0.26 0.19 0.64 -
YUV 6.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 8 4 19 0.58 0.79 0 0.93 256 0.65 0.05
Hex 8 4 13 3A 4F 0 5D 100 41 5
Octal 10 4 23 72 117 0 135 400 101 5
Binary 1000 100 10011 111010 1001111 0 1011101 100000000 1000001 101

Color Harmonies of #080413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080413

Black with #080413

Text Example


Text Example

White with #080413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080413; }

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

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

background-color css

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

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

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

border-color css

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

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

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