#080E2A

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

Shades of Black Russian #080E2A

Tints of Black Russian #080E2A

Color information

#080E2A (or 0x080E2A) is unknown color: approx Black Russian. HEX triplet: 08, 0E and 2A. RGB value is (8,14,42). Sum of RGB (Red+Green+Blue) = 8+14+42=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #080E2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E2A is #F7F1D5. Grayscale: #0F0F0F. Windows color (decimal): -16249302 or 2756104. OLE color: 2756104.

HSL color Cylindrical-coordinate representation of color #080E2A: hue angle of 229.41º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #080E2A is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB81442-
CMYK0.810.6700.84
HSL229.41º68%9.8%-
HSV(B)229.41º80.95%16.47%-
XYZ0.680.532.26-
YUV15.4143.01122.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 14 (5.86% from 255) = 21.88%
BLUE value IS 42 (16.80% from 255) = 65.62%
R=12.5%
G=21.88%
B=65.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal814420.810.6700.84229.41689.8
Hex8E2A5143054e544a
Octal101652121103012434510412
Binary1000111010101010100011000011010101001110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,14,42); }

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

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

 a { background-color: rgb(8,14,42); }

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

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

 span { border-color: rgb(8,14,42); }

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