#080A1E

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

Shades of Black Russian #080A1E

Tints of Black Russian #080A1E

Color information

#080A1E (or 0x080A1E) is unknown color: approx Black Russian. HEX triplet: 08, 0A and 1E. RGB value is (8,10,30). Sum of RGB (Red+Green+Blue) = 8+10+30=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #080A1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A1E is #F7F5E1. Grayscale: #0B0B0B. Windows color (decimal): -16250338 or 1968648. OLE color: 1968648.

HSL color Cylindrical-coordinate representation of color #080A1E: hue angle of 234.55º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080A1E is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB81030-
CMYK0.730.6700.88
HSL234.55º57.89%7.45%-
HSV(B)234.55º73.33%11.76%-
XYZ0.440.361.27-
YUV11.68138.34125.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 10 (4.30% from 255) = 20.83%
BLUE value IS 30 (12.11% from 255) = 62.5%
R=16.67%
G=20.83%
B=62.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal810300.730.6700.88234.5557.897.45
Hex8A1E4943058eb3a7
Octal1012361111030130353727
Binary1000101011110100100110000110101100011101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,10,30); }

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

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

 a { background-color: rgb(8,10,30); }

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

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

 span { border-color: rgb(8,10,30); }

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