Html Css Color HEX #08080B Black Russian

📋 copy color: '#08080B'

red 8 ◦ green 8 ◦ blue 11

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

Shades of Black Russian #08080B

Tints of Black Russian #08080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 40.74%

R = 29.63%
G = 29.63%
B = 40.74%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#08080B (or 0x08080B) is known color: Black Russian. HEX triplet: 08, 08 and 0B. RGB value is (8,8,11). Sum of RGB (Red+Green+Blue) = 8+8+11=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 11 - color contains mainly: blue. Hex color #08080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08080B is #F7F7F4. Grayscale: #080808. Windows color (decimal): -16250869 or 722952. OLE color: 722952.

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

Color convert

RGB 8 8 11 -
CMYK 0.27 0.27 0 0.96
HSL 240º 0.16% 0.04% -
HSV(B) 240º 0.27% 0.04% -
XYZ 0.25 0.25 0.35 -
YUV 8.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 8 8 11 0.27 0.27 0 0.96 240 0.16 0.04
Hex 8 8 B 1B 1B 0 60 F0 10 4
Octal 10 10 13 33 33 0 140 360 20 4
Binary 1000 1000 1011 11011 11011 0 1100000 11110000 10000 100

Color Harmonies of #08080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08080B

Black with #08080B

Text Example


Text Example

White with #08080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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