#060C1F

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

Shades of Black Russian #060C1F

Tints of Black Russian #060C1F

Color information

#060C1F (or 0x060C1F) is unknown color: approx Black Russian. HEX triplet: 06, 0C and 1F. RGB value is (6,12,31). Sum of RGB (Red+Green+Blue) = 6+12+31=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #060C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C1F is #F9F3E0. Grayscale: #0C0C0C. Windows color (decimal): -16380897 or 2034694. OLE color: 2034694.

HSL color Cylindrical-coordinate representation of color #060C1F: hue angle of 225.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #060C1F is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB61231-
CMYK0.810.6100.88
HSL225.6º67.57%7.25%-
HSV(B)225.6º80.65%12.16%-
XYZ0.450.41.35-
YUV12.37138.51123.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.24%
GREEN value IS 12 (5.08% from 255) = 24.49%
BLUE value IS 31 (12.5% from 255) = 63.27%
R=12.24%
G=24.49%
B=63.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal612310.810.6100.88225.667.577.25
Hex6C1F513D058e2447
Octal614371217501303421047
Binary110110011111101000111110101011000111000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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