#060C2C

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

Shades of Black Russian #060C2C

Tints of Black Russian #060C2C

Color information

#060C2C (or 0x060C2C) is unknown color: approx Black Russian. HEX triplet: 06, 0C and 2C. RGB value is (6,12,44). Sum of RGB (Red+Green+Blue) = 6+12+44=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 44 (17.58% from 255 or 70.97% from 62); Max value from RGB is 44 - color contains mainly: blue. Hex color #060C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C2C is #F9F3D3. Grayscale: #0D0D0D. Windows color (decimal): -16380884 or 2886662. OLE color: 2886662.

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

Color convert

RGB61244-
CMYK0.860.7300.83
HSL230.53º76%9.8%-
HSV(B)230.53º86.36%17.25%-
XYZ0.660.482.44-
YUV13.85145.01122.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 12 (5.08% from 255) = 19.35%
BLUE value IS 44 (17.58% from 255) = 70.97%
R=9.68%
G=19.35%
B=70.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal612440.860.7300.83230.53769.8
Hex6C2C5649053e74ca
Octal61454126111012334711412
Binary110110010110010101101001001010100111110011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C2C; }

 p { color: rgb(6,12,44); }

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

<style>
 a { background-color: #060C2C; }

 a { background-color: rgb(6,12,44); }

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

<style>
 span { border-color: #060C2C; }

 span { border-color: rgb(6,12,44); }

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