#0C072F

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

Shades of Black Russian #0C072F

Tints of Black Russian #0C072F

Color information

#0C072F (or 0x0C072F) is unknown color: approx Black Russian. HEX triplet: 0C, 07 and 2F. RGB value is (12,7,47). Sum of RGB (Red+Green+Blue) = 12+7+47=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C072F is #F3F8D0. Grayscale: #0C0C0C. Windows color (decimal): -15988945 or 3081996. OLE color: 3081996.

HSL color Cylindrical-coordinate representation of color #0C072F: hue angle of 247.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C072F is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB12747-
CMYK0.740.8500.82
HSL247.5º74.07%10.59%-
HSV(B)247.5º85.11%18.43%-
XYZ0.740.442.73-
YUV13.06147.16127.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.18%
GREEN value IS 7 (3.12% from 255) = 10.61%
BLUE value IS 47 (18.75% from 255) = 71.21%
R=18.18%
G=10.61%
B=71.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal127470.740.8500.82247.574.0710.59
HexC72F4A55052f84ab
Octal14757112125012237011213
Binary110011110111110010101010101010100101111100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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