#0C111A

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

Shades of Black Russian #0C111A

Tints of Black Russian #0C111A

Color information

#0C111A (or 0x0C111A) is unknown color: approx Black Russian. HEX triplet: 0C, 11 and 1A. RGB value is (12,17,26). Sum of RGB (Red+Green+Blue) = 12+17+26=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C111A is #F3EEE5. Grayscale: #101010. Windows color (decimal): -15986406 or 1708300. OLE color: 1708300.

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

Color convert

RGB121726-
CMYK0.540.3500.90
HSL218.57º36.84%7.45%-
HSV(B)218.57º53.85%10.2%-
XYZ0.540.551.06-
YUV16.53133.34124.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.82%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 26 (10.55% from 255) = 47.27%
R=21.82%
G=30.91%
B=47.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1217260.540.3500.90218.5736.847.45
HexC111A362305Adb257
Octal14213266430132333457
Binary110010001110101101101000110101101011011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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