#08080B

Color #08080B Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #08080B

Tints of Black Russian #08080B

Color information

#08080B (or 0x08080B) is unknown color: approx 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

RGB8811-
CMYK0.270.2700.96
HSL240º15.79%3.73%-
HSV(B)240º27.27%4.31%-
XYZ0.250.250.35-
YUV8.34129.5127.76-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal88110.270.2700.9624015.793.73
Hex88B1B1B060f0104
Octal10101333330140360204
Binary1000100010111101111011011000001111000010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>