#0C0C0F

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

Shades of Black Russian #0C0C0F

Tints of Black Russian #0C0C0F

Color information

#0C0C0F (or 0x0C0C0F) is unknown color: approx Black Russian. HEX triplet: 0C, 0C and 0F. RGB value is (12,12,15). Sum of RGB (Red+Green+Blue) = 12+12+15=39 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30.77% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C0C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0C0F is #F3F3F0. Grayscale: #0C0C0C. Windows color (decimal): -15987697 or 986124. OLE color: 986124.

HSL color Cylindrical-coordinate representation of color #0C0C0F: hue angle of 240º degrees, saturation: 0.11, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0C0C0F is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB121215-
CMYK0.200.2000.94
HSL240º11.11%5.29%-
HSV(B)240º20%5.88%-
XYZ0.370.380.5-
YUV12.34129.5127.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 30.77%
GREEN value IS 12 (5.08% from 255) = 30.77%
BLUE value IS 15 (6.25% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1212150.200.2000.9424011.115.29
HexCCF141405Ef0b5
Octal14141724240136360135
Binary110011001111101001010001011110111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,12,15); }

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

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

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

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

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

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

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