#080B1A

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

Shades of Black Russian #080B1A

Tints of Black Russian #080B1A

Color information

#080B1A (or 0x080B1A) is unknown color: approx Black Russian. HEX triplet: 08, 0B and 1A. RGB value is (8,11,26). Sum of RGB (Red+Green+Blue) = 8+11+26=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #080B1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B1A is #F7F4E5. Grayscale: #0B0B0B. Windows color (decimal): -16250086 or 1706760. OLE color: 1706760.

HSL color Cylindrical-coordinate representation of color #080B1A: hue angle of 230º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #080B1A is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB81126-
CMYK0.690.5800.90
HSL230º52.94%6.67%-
HSV(B)230º69.23%10.2%-
XYZ0.410.371.03-
YUV11.81136.01125.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.78%
GREEN value IS 11 (4.69% from 255) = 24.44%
BLUE value IS 26 (10.55% from 255) = 57.78%
R=17.78%
G=24.44%
B=57.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal811260.690.5800.9023052.946.67
Hex8B1A453A05Ae6357
Octal101332105720132346657
Binary100010111101010001011110100101101011100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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