#080C1E

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

Shades of Black Russian #080C1E

Tints of Black Russian #080C1E

Color information

#080C1E (or 0x080C1E) is unknown color: approx Black Russian. HEX triplet: 08, 0C and 1E. RGB value is (8,12,30). Sum of RGB (Red+Green+Blue) = 8+12+30=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #080C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C1E is #F7F3E1. Grayscale: #0C0C0C. Windows color (decimal): -16249826 or 1969160. OLE color: 1969160.

HSL color Cylindrical-coordinate representation of color #080C1E: hue angle of 229.09º 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 #080C1E is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB81230-
CMYK0.730.6000.88
HSL229.09º57.89%7.45%-
HSV(B)229.09º73.33%11.76%-
XYZ0.470.411.28-
YUV12.86137.67124.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 30 (12.11% from 255) = 60%
R=16%
G=24%
B=60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal812300.730.6000.88229.0957.897.45
Hex8C1E493C058e53a7
Octal101436111740130345727
Binary100011001111010010011111000101100011100101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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