#060C1C

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

Shades of Black Russian #060C1C

Tints of Black Russian #060C1C

Color information

#060C1C (or 0x060C1C) is unknown color: approx Black Russian. HEX triplet: 06, 0C and 1C. RGB value is (6,12,28). Sum of RGB (Red+Green+Blue) = 6+12+28=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #060C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C1C is #F9F3E3. Grayscale: #0B0B0B. Windows color (decimal): -16380900 or 1838086. OLE color: 1838086.

HSL color Cylindrical-coordinate representation of color #060C1C: hue angle of 223.64º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #060C1C is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB61228-
CMYK0.790.5700.89
HSL223.64º64.71%6.67%-
HSV(B)223.64º78.57%10.98%-
XYZ0.420.391.15-
YUV12.03137.01123.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.04%
GREEN value IS 12 (5.08% from 255) = 26.09%
BLUE value IS 28 (11.33% from 255) = 60.87%
R=13.04%
G=26.09%
B=60.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal612280.790.5700.89223.6464.716.67
Hex6C1C4F39059e0417
Octal614341177101313401017
Binary110110011100100111111100101011001111000001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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