#060C2D

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

Shades of Black Russian #060C2D

Tints of Black Russian #060C2D

Color information

#060C2D (or 0x060C2D) is unknown color: approx Black Russian. HEX triplet: 06, 0C and 2D. RGB value is (6,12,45). Sum of RGB (Red+Green+Blue) = 6+12+45=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 45 (17.97% from 255 or 71.43% from 63); Max value from RGB is 45 - color contains mainly: blue. Hex color #060C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C2D is #F9F3D2. Grayscale: #0D0D0D. Windows color (decimal): -16380883 or 2952198. OLE color: 2952198.

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

Color convert

RGB61245-
CMYK0.870.7300.82
HSL230.77º76.47%10%-
HSV(B)230.77º86.67%17.65%-
XYZ0.680.492.54-
YUV13.97145.51122.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.52%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 45 (17.97% from 255) = 71.43%
R=9.52%
G=19.05%
B=71.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal612450.870.7300.82230.7776.4710
Hex6C2D5749052e74ca
Octal61455127111012234711412
Binary110110010110110101111001001010100101110011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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