#0C0E15

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

Shades of Black Russian #0C0E15

Tints of Black Russian #0C0E15

Color information

#0C0E15 (or 0x0C0E15) is unknown color: approx Black Russian. HEX triplet: 0C, 0E and 15. RGB value is (12,14,21). Sum of RGB (Red+Green+Blue) = 12+14+21=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0E15 is #F3F1EA. Grayscale: #0E0E0E. Windows color (decimal): -15987179 or 1379852. OLE color: 1379852.

HSL color Cylindrical-coordinate representation of color #0C0E15: hue angle of 226.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C0E15 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB121421-
CMYK0.430.3300.92
HSL226.67º27.27%6.47%-
HSV(B)226.67º42.86%8.24%-
XYZ0.440.450.77-
YUV14.2131.84126.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25.53%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=25.53%
G=29.79%
B=44.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1214210.430.3300.92226.6727.276.47
HexCE152B2105Ce31b6
Octal14162553410134343336
Binary1100111010101101011100001010111001110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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