#0C081A

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

Shades of Black Russian #0C081A

Tints of Black Russian #0C081A

Color information

#0C081A (or 0x0C081A) is unknown color: approx Black Russian. HEX triplet: 0C, 08 and 1A. RGB value is (12,8,26). Sum of RGB (Red+Green+Blue) = 12+8+26=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C081A is #F3F7E5. Grayscale: #0B0B0B. Windows color (decimal): -15988710 or 1705996. OLE color: 1705996.

HSL color Cylindrical-coordinate representation of color #0C081A: hue angle of 253.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C081A is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB12826-
CMYK0.540.6900.90
HSL253.33º52.94%6.67%-
HSV(B)253.33º69.23%10.2%-
XYZ0.420.331.02-
YUV11.25136.33128.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 26 (10.55% from 255) = 56.52%
R=26.09%
G=17.39%
B=56.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal128260.540.6900.90253.3352.946.67
HexC81A364505Afd357
Octal141032661050132375657
Binary110010001101011011010001010101101011111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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