#0C071D

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

Shades of Black Russian #0C071D

Tints of Black Russian #0C071D

Color information

#0C071D (or 0x0C071D) is unknown color: approx Black Russian. HEX triplet: 0C, 07 and 1D. RGB value is (12,7,29). Sum of RGB (Red+Green+Blue) = 12+7+29=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C071D is #F3F8E2. Grayscale: #0A0A0A. Windows color (decimal): -15988963 or 1902348. OLE color: 1902348.

HSL color Cylindrical-coordinate representation of color #0C071D: hue angle of 253.64º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C071D is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12729-
CMYK0.590.7600.89
HSL253.64º61.11%7.06%-
HSV(B)253.64º75.86%11.37%-
XYZ0.450.321.2-
YUV11138.16128.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 29 (11.72% from 255) = 60.42%
R=25%
G=14.58%
B=60.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal127290.590.7600.89253.6461.117.06
HexC71D3B4C059fe3d7
Octal14735731140131376757
Binary11001111110111101110011000101100111111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,7,29); }

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

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

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

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

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

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

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