Html Css Color HEX #080710 Black Russian

📋 copy color: '#080710'

red 8 ◦ green 7 ◦ blue 16

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

Shades of Black Russian #080710

Tints of Black Russian #080710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 51.61%

R = 25.81%
G = 22.58%
B = 51.61%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080710 (or 0x080710) is known color: Black Russian. HEX triplet: 08, 07 and 10. RGB value is (8,7,16). Sum of RGB (Red+Green+Blue) = 8+7+16=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 16 (6.64% from 255 or 51.61% from 31); Max value from RGB is 16 - color contains mainly: blue. Hex color #080710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080710 is #F7F8EF. Grayscale: #080808. Windows color (decimal): -16251120 or 1050376. OLE color: 1050376.

HSL color Cylindrical-coordinate representation of color #080710: hue angle of 246.67º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #080710 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 7 16 -
CMYK 0.50 0.56 0 0.94
HSL 246.67º 0.39% 0.05% -
HSV(B) 246.67º 0.56% 0.06% -
XYZ 0.27 0.24 0.52 -
YUV 8.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 8 7 16 0.50 0.56 0 0.94 246.67 0.39 0.05
Hex 8 7 10 32 38 0 5E F7 27 5
Octal 10 7 20 62 70 0 136 367 47 5
Binary 1000 111 10000 110010 111000 0 1011110 11110111 100111 101

Color Harmonies of #080710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080710

Black with #080710

Text Example


Text Example

White with #080710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080710; }

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

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

background-color css

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

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

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

border-color css

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

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

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