#0C0E1C

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

Shades of Black Russian #0C0E1C

Tints of Black Russian #0C0E1C

Color information

#0C0E1C (or 0x0C0E1C) is unknown color: approx Black Russian. HEX triplet: 0C, 0E and 1C. RGB value is (12,14,28). Sum of RGB (Red+Green+Blue) = 12+14+28=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C0E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0E1C is #F3F1E3. Grayscale: #0E0E0E. Windows color (decimal): -15987172 or 1838604. OLE color: 1838604.

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

Color convert

RGB121428-
CMYK0.570.5000.89
HSL232.5º40%7.84%-
HSV(B)232.5º57.14%10.98%-
XYZ0.520.481.16-
YUV15135.34125.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.22%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=22.22%
G=25.93%
B=51.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1214280.570.5000.89232.5407.84
HexCE1C3932059e8288
Octal141634716201313505010
Binary110011101110011100111001001011001111010001010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,14,28); }

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

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

 a { background-color: rgb(12,14,28); }

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

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

 span { border-color: rgb(12,14,28); }

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