Html Css Color HEX #080A10 Black Russian

📋 copy color: '#080A10'

red 8 ◦ green 10 ◦ blue 16

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

Shades of Black Russian #080A10

Tints of Black Russian #080A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 29.41%

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

R = 23.53%
G = 29.41%
B = 47.06%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080A10 (or 0x080A10) is known color: Black Russian. HEX triplet: 08, 0A and 10. RGB value is (8,10,16). Sum of RGB (Red+Green+Blue) = 8+10+16=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 16 (6.64% from 255 or 47.06% from 34); Max value from RGB is 16 - color contains mainly: blue. Hex color #080A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A10 is #F7F5EF. Grayscale: #0A0A0A. Windows color (decimal): -16250352 or 1051144. OLE color: 1051144.

HSL color Cylindrical-coordinate representation of color #080A10: hue angle of 225º 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 #080A10 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 10 16 -
CMYK 0.50 0.37 0 0.94
HSL 225º 0.33% 0.05% -
HSV(B) 225º 0.5% 0.06% -
XYZ 0.3 0.31 0.53 -
YUV 10.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 8 10 16 0.50 0.37 0 0.94 225 0.33 0.05
Hex 8 A 10 32 25 0 5E E1 21 5
Octal 10 12 20 62 45 0 136 341 41 5
Binary 1000 1010 10000 110010 100101 0 1011110 11100001 100001 101

Color Harmonies of #080A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A10

Black with #080A10

Text Example


Text Example

White with #080A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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