Html Css Color HEX #080219 Black Russian

📋 copy color: '#080219'

red 8 ◦ green 2 ◦ blue 25

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

Shades of Black Russian #080219

Tints of Black Russian #080219

RGB

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

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

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

R = 22.86%
G = 5.71%
B = 71.43%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#080219 (or 0x080219) is known color: Black Russian. HEX triplet: 08, 02 and 19. RGB value is (8,2,25). Sum of RGB (Red+Green+Blue) = 8+2+25=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 25 (10.16% from 255 or 71.43% from 35); Max value from RGB is 25 - color contains mainly: blue. Hex color #080219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080219 is #F7FDE6. Grayscale: #060606. Windows color (decimal): -16252391 or 1638920. OLE color: 1638920.

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

Color convert

RGB 8 2 25 -
CMYK 0.68 0.92 0 0.90
HSL 255.65º 0.85% 0.05% -
HSV(B) 255.65º 0.92% 0.1% -
XYZ 0.3 0.17 0.94 -
YUV 6.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 8 2 25 0.68 0.92 0 0.90 255.65 0.85 0.05
Hex 8 2 19 44 5C 0 5A 100 55 5
Octal 10 2 31 104 134 0 132 400 125 5
Binary 1000 10 11001 1000100 1011100 0 1011010 100000000 1010101 101

Color Harmonies of #080219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080219

Black with #080219

Text Example


Text Example

White with #080219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080219; }

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

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

background-color css

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

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

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

border-color css

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

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

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