#080C2E

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

Shades of Black Russian #080C2E

Tints of Black Russian #080C2E

Color information

#080C2E (or 0x080C2E) is unknown color: approx Black Russian. HEX triplet: 08, 0C and 2E. RGB value is (8,12,46). Sum of RGB (Red+Green+Blue) = 8+12+46=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 46 (18.36% from 255 or 69.70% from 66); Max value from RGB is 46 - color contains mainly: blue. Hex color #080C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C2E is #F7F3D1. Grayscale: #0E0E0E. Windows color (decimal): -16249810 or 3017736. OLE color: 3017736.

HSL color Cylindrical-coordinate representation of color #080C2E: hue angle of 233.68º degrees, saturation: 0.7, 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 #080C2E is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB81246-
CMYK0.830.7400.82
HSL233.68º70.37%10.59%-
HSV(B)233.68º82.61%18.04%-
XYZ0.720.512.65-
YUV14.68145.67123.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 46 (18.36% from 255) = 69.70%
R=12.12%
G=18.18%
B=69.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal812460.830.7400.82233.6870.3710.59
Hex8C2E534A052ea46b
Octal101456123112012235210613
Binary1000110010111010100111001010010100101110101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,12,46); }

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

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

 a { background-color: rgb(8,12,46); }

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

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

 span { border-color: rgb(8,12,46); }

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