Html Css Color HEX #080419 Black Russian

📋 copy color: '#080419'

red 8 ◦ green 4 ◦ blue 25

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

Shades of Black Russian #080419

Tints of Black Russian #080419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 67.57%

R = 21.62%
G = 10.81%
B = 67.57%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#080419 (or 0x080419) is known color: Black Russian. HEX triplet: 08, 04 and 19. RGB value is (8,4,25). Sum of RGB (Red+Green+Blue) = 8+4+25=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 25 (10.16% from 255 or 67.57% from 37); Max value from RGB is 25 - color contains mainly: blue. Hex color #080419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080419 is #F7FBE6. Grayscale: #070707. Windows color (decimal): -16251879 or 1639432. OLE color: 1639432.

HSL color Cylindrical-coordinate representation of color #080419: hue angle of 251.43º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080419 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 4 25 -
CMYK 0.68 0.84 0 0.90
HSL 251.43º 0.72% 0.06% -
HSV(B) 251.43º 0.84% 0.1% -
XYZ 0.32 0.21 0.94 -
YUV 7.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 8 4 25 0.68 0.84 0 0.90 251.43 0.72 0.06
Hex 8 4 19 44 54 0 5A FB 48 6
Octal 10 4 31 104 124 0 132 373 110 6
Binary 1000 100 11001 1000100 1010100 0 1011010 11111011 1001000 110

Color Harmonies of #080419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080419

Black with #080419

Text Example


Text Example

White with #080419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080419; }

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

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

background-color css

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

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

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

border-color css

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

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

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