#0C081E

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

Shades of Black Russian #0C081E

Tints of Black Russian #0C081E

Color information

#0C081E (or 0x0C081E) is unknown color: approx Black Russian. HEX triplet: 0C, 08 and 1E. RGB value is (12,8,30). Sum of RGB (Red+Green+Blue) = 12+8+30=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 8 (3.52% from 255 or 16% 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 #0C081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C081E is #F3F7E1. Grayscale: #0B0B0B. Windows color (decimal): -15988706 or 1968140. OLE color: 1968140.

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

Color convert

RGB12830-
CMYK0.600.7300.88
HSL250.91º57.89%7.45%-
HSV(B)250.91º73.33%11.76%-
XYZ0.470.351.27-
YUV11.7138.33128.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal128300.600.7300.88250.9157.897.45
HexC81E3C49058fb3a7
Octal141036741110130373727
Binary110010001111011110010010010101100011111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C081E; }

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

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

<style>
 a { background-color: #0C081E; }

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

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

<style>
 span { border-color: #0C081E; }

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

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