#0C121D

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

Shades of Black Russian #0C121D

Tints of Black Russian #0C121D

Color information

#0C121D (or 0x0C121D) is unknown color: approx Black Russian. HEX triplet: 0C, 12 and 1D. RGB value is (12,18,29). Sum of RGB (Red+Green+Blue) = 12+18+29=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C121D is #F3EDE2. Grayscale: #111111. Windows color (decimal): -15986147 or 1905164. OLE color: 1905164.

HSL color Cylindrical-coordinate representation of color #0C121D: hue angle of 218.82º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0C121D is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB121829-
CMYK0.590.3800.89
HSL218.82º41.46%8.04%-
HSV(B)218.82º58.62%11.37%-
XYZ0.590.61.25-
YUV17.46134.51124.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.34%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=20.34%
G=30.51%
B=49.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1218290.590.3800.89218.8241.468.04
HexC121D3B26059db298
Octal142235734601313335110
Binary1100100101110111101110011001011001110110111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,18,29); }

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

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

 a { background-color: rgb(12,18,29); }

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

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

 span { border-color: rgb(12,18,29); }

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