#060C1D

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

Shades of Black Russian #060C1D

Tints of Black Russian #060C1D

Color information

#060C1D (or 0x060C1D) is unknown color: approx Black Russian. HEX triplet: 06, 0C and 1D. RGB value is (6,12,29). Sum of RGB (Red+Green+Blue) = 6+12+29=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #060C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C1D is #F9F3E2. Grayscale: #0C0C0C. Windows color (decimal): -16380899 or 1903622. OLE color: 1903622.

HSL color Cylindrical-coordinate representation of color #060C1D: hue angle of 224.35º degrees, saturation: 0.66, 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 #060C1D is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB61229-
CMYK0.790.5900.89
HSL224.35º65.71%6.86%-
HSV(B)224.35º79.31%11.37%-
XYZ0.430.391.22-
YUV12.14137.51123.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.77%
GREEN value IS 12 (5.08% from 255) = 25.53%
BLUE value IS 29 (11.72% from 255) = 61.70%
R=12.77%
G=25.53%
B=61.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal612290.790.5900.89224.3565.716.86
Hex6C1D4F3B059e0427
Octal614351177301313401027
Binary110110011101100111111101101011001111000001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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