Html Css Color HEX #080719 Black Russian

📋 copy color: '#080719'

red 8 ◦ green 7 ◦ blue 25

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

Shades of Black Russian #080719

Tints of Black Russian #080719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.5%

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

R = 20%
G = 17.5%
B = 62.5%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#080719 (or 0x080719) is known color: Black Russian. HEX triplet: 08, 07 and 19. RGB value is (8,7,25). Sum of RGB (Red+Green+Blue) = 8+7+25=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 25 (10.16% from 255 or 62.5% from 40); Max value from RGB is 25 - color contains mainly: blue. Hex color #080719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080719 is #F7F8E6. Grayscale: #090909. Windows color (decimal): -16251111 or 1640200. OLE color: 1640200.

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

Color convert

RGB 8 7 25 -
CMYK 0.68 0.72 0 0.90
HSL 243.33º 0.56% 0.06% -
HSV(B) 243.33º 0.72% 0.1% -
XYZ 0.35 0.27 0.95 -
YUV 9.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 8 7 25 0.68 0.72 0 0.90 243.33 0.56 0.06
Hex 8 7 19 44 48 0 5A F3 38 6
Octal 10 7 31 104 110 0 132 363 70 6
Binary 1000 111 11001 1000100 1001000 0 1011010 11110011 111000 110

Color Harmonies of #080719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080719

Black with #080719

Text Example


Text Example

White with #080719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080719; }

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

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

background-color css

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

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

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

border-color css

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

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

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