Html Css Color HEX #08080A Black Russian

📋 copy color: '#08080A'

red 8 ◦ green 8 ◦ blue 10

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

Shades of Black Russian #08080A

Tints of Black Russian #08080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 38.46%

R = 30.77%
G = 30.77%
B = 38.46%

CMYK

 C value IS 0.2

 M value IS 0.2

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#08080A (or 0x08080A) is known color: Black Russian. HEX triplet: 08, 08 and 0A. RGB value is (8,8,10). Sum of RGB (Red+Green+Blue) = 8+8+10=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 10 - color contains mainly: blue. Hex color #08080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08080A is #F7F7F5. Grayscale: #080808. Windows color (decimal): -16250870 or 657416. OLE color: 657416.

HSL color Cylindrical-coordinate representation of color #08080A: hue angle of 240º degrees, saturation: 0.11, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #08080A is Cyan = 0.2, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 8 8 10 -
CMYK 0.2 0.2 0 0.96
HSL 240º 0.11% 0.04% -
HSV(B) 240º 0.2% 0.04% -
XYZ 0.24 0.25 0.32 -
YUV 8.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 8 8 10 0.2 0.2 0 0.96 240 0.11 0.04
Hex 8 8 A 14 14 0 60 F0 B 4
Octal 10 10 12 24 24 0 140 360 13 4
Binary 1000 1000 1010 10100 10100 0 1100000 11110000 1011 100

Color Harmonies of #08080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08080A

Black with #08080A

Text Example


Text Example

White with #08080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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