#080B2B

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

Shades of Black Russian #080B2B

Tints of Black Russian #080B2B

Color information

#080B2B (or 0x080B2B) is unknown color: approx Black Russian. HEX triplet: 08, 0B and 2B. RGB value is (8,11,43). Sum of RGB (Red+Green+Blue) = 8+11+43=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 43 (17.19% from 255 or 69.35% from 62); Max value from RGB is 43 - color contains mainly: blue. Hex color #080B2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B2B is #F7F4D4. Grayscale: #0D0D0D. Windows color (decimal): -16250069 or 2820872. OLE color: 2820872.

HSL color Cylindrical-coordinate representation of color #080B2B: hue angle of 234.86º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #080B2B is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB81143-
CMYK0.810.7400.83
HSL234.86º68.63%10%-
HSV(B)234.86º81.4%16.86%-
XYZ0.660.472.34-
YUV13.75144.51123.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 11 (4.69% from 255) = 17.74%
BLUE value IS 43 (17.19% from 255) = 69.35%
R=12.90%
G=17.74%
B=69.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal811430.810.7400.83234.8668.6310
Hex8B2B514A053eb45a
Octal101353121112012335310512
Binary1000101110101110100011001010010100111110101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #080B2B;
 }
 .AnyTagClassName
 {
   color: #080B2B;
 }
</style>
background-color css

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

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

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

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

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

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