#080B2F

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

Shades of Black Russian #080B2F

Tints of Black Russian #080B2F

Color information

#080B2F (or 0x080B2F) is unknown color: approx Black Russian. HEX triplet: 08, 0B and 2F. RGB value is (8,11,47). Sum of RGB (Red+Green+Blue) = 8+11+47=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #080B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B2F is #F7F4D0. Grayscale: #0E0E0E. Windows color (decimal): -16250065 or 3083016. OLE color: 3083016.

HSL color Cylindrical-coordinate representation of color #080B2F: hue angle of 235.38º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080B2F is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB81147-
CMYK0.830.7700.82
HSL235.38º70.91%10.78%-
HSV(B)235.38º82.98%18.43%-
XYZ0.730.52.75-
YUV14.21146.51123.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 47 (18.75% from 255) = 71.21%
R=12.12%
G=16.67%
B=71.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal811470.830.7700.82235.3870.9110.78
Hex8B2F534D052eb47b
Octal101357123115012235310713
Binary1000101110111110100111001101010100101110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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