#0C071E

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

Shades of Black Russian #0C071E

Tints of Black Russian #0C071E

Color information

#0C071E (or 0x0C071E) is unknown color: approx Black Russian. HEX triplet: 0C, 07 and 1E. RGB value is (12,7,30). Sum of RGB (Red+Green+Blue) = 12+7+30=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C071E is #F3F8E1. Grayscale: #0B0B0B. Windows color (decimal): -15988962 or 1967884. OLE color: 1967884.

HSL color Cylindrical-coordinate representation of color #0C071E: hue angle of 253.04º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C071E is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB12730-
CMYK0.600.7700.88
HSL253.04º62.16%7.25%-
HSV(B)253.04º76.67%11.76%-
XYZ0.460.321.27-
YUV11.12138.66128.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 30 (12.11% from 255) = 61.22%
R=24.49%
G=14.29%
B=61.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal127300.600.7700.88253.0462.167.25
HexC71E3C4D058fd3e7
Octal14736741150130375767
Binary11001111111011110010011010101100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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