#0C072B

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

Shades of Black Russian #0C072B

Tints of Black Russian #0C072B

Color information

#0C072B (or 0x0C072B) is unknown color: approx Black Russian. HEX triplet: 0C, 07 and 2B. RGB value is (12,7,43). Sum of RGB (Red+Green+Blue) = 12+7+43=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 43 (17.19% from 255 or 69.35% from 62); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C072B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C072B is #F3F8D4. Grayscale: #0C0C0C. Windows color (decimal): -15988949 or 2819852. OLE color: 2819852.

HSL color Cylindrical-coordinate representation of color #0C072B: hue angle of 248.33º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C072B is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB12743-
CMYK0.720.8400.83
HSL248.33º72%9.8%-
HSV(B)248.33º83.72%16.86%-
XYZ0.660.42.33-
YUV12.6145.16127.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.35%
GREEN value IS 7 (3.12% from 255) = 11.29%
BLUE value IS 43 (17.19% from 255) = 69.35%
R=19.35%
G=11.29%
B=69.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal127430.720.8400.83248.33729.8
HexC72B4854053f848a
Octal14753110124012337011012
Binary110011110101110010001010100010100111111100010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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