#0C0B0F

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

Shades of Black Russian #0C0B0F

Tints of Black Russian #0C0B0F

Color information

#0C0B0F (or 0x0C0B0F) is unknown color: approx Black Russian. HEX triplet: 0C, 0B and 0F. RGB value is (12,11,15). Sum of RGB (Red+Green+Blue) = 12+11+15=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C0B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0B0F is #F3F4F0. Grayscale: #0B0B0B. Windows color (decimal): -15987953 or 985868. OLE color: 985868.

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

Color convert

RGB121115-
CMYK0.200.2700.94
HSL255º15.38%5.1%-
HSV(B)255º26.67%5.88%-
XYZ0.360.350.5-
YUV11.76129.83128.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 31.58%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 15 (6.25% from 255) = 39.47%
R=31.58%
G=28.95%
B=39.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1211150.200.2700.9425515.385.1
HexCBF141B05Efff5
Octal14131724330136377175
Binary110010111111101001101101011110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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