#080D1A

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

Shades of Black Russian #080D1A

Tints of Black Russian #080D1A

Color information

#080D1A (or 0x080D1A) is unknown color: approx Black Russian. HEX triplet: 08, 0D and 1A. RGB value is (8,13,26). Sum of RGB (Red+Green+Blue) = 8+13+26=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #080D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D1A is #F7F2E5. Grayscale: #0C0C0C. Windows color (decimal): -16249574 or 1707272. OLE color: 1707272.

HSL color Cylindrical-coordinate representation of color #080D1A: hue angle of 223.33º 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 #080D1A is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB81326-
CMYK0.690.500.90
HSL223.33º52.94%6.67%-
HSV(B)223.33º69.23%10.2%-
XYZ0.430.411.03-
YUV12.99135.34124.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.02%
GREEN value IS 13 (5.47% from 255) = 27.66%
BLUE value IS 26 (10.55% from 255) = 55.32%
R=17.02%
G=27.66%
B=55.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal813260.690.500.90223.3352.946.67
Hex8D1A453205Adf357
Octal101532105620132337657
Binary100011011101010001011100100101101011011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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