Html Css Color HEX #080810 Black Russian

📋 copy color: '#080810'

red 8 ◦ green 8 ◦ blue 16

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

Shades of Black Russian #080810

Tints of Black Russian #080810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 25%

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

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080810 (or 0x080810) is known color: Black Russian. HEX triplet: 08, 08 and 10. RGB value is (8,8,16). Sum of RGB (Red+Green+Blue) = 8+8+16=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 16 (6.64% from 255 or 50% from 32); Max value from RGB is 16 - color contains mainly: blue. Hex color #080810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080810 is #F7F7EF. Grayscale: #080808. Windows color (decimal): -16250864 or 1050632. OLE color: 1050632.

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

Color convert

RGB 8 8 16 -
CMYK 0.50 0.50 0 0.94
HSL 240º 0.33% 0.05% -
HSV(B) 240º 0.5% 0.06% -
XYZ 0.28 0.26 0.53 -
YUV 8.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 8 8 16 0.50 0.50 0 0.94 240 0.33 0.05
Hex 8 8 10 32 32 0 5E F0 21 5
Octal 10 10 20 62 62 0 136 360 41 5
Binary 1000 1000 10000 110010 110010 0 1011110 11110000 100001 101

Color Harmonies of #080810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080810

Black with #080810

Text Example


Text Example

White with #080810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080810; }

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

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

background-color css

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

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

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

border-color css

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

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

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