#060D1F

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

Shades of Black Russian #060D1F

Tints of Black Russian #060D1F

Color information

#060D1F (or 0x060D1F) is unknown color: approx Black Russian. HEX triplet: 06, 0D and 1F. RGB value is (6,13,31). Sum of RGB (Red+Green+Blue) = 6+13+31=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #060D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D1F is #F9F2E0. Grayscale: #0C0C0C. Windows color (decimal): -16380641 or 2034950. OLE color: 2034950.

HSL color Cylindrical-coordinate representation of color #060D1F: hue angle of 223.2º 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 #060D1F is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB61331-
CMYK0.810.5800.88
HSL223.2º67.57%7.25%-
HSV(B)223.2º80.65%12.16%-
XYZ0.470.431.35-
YUV12.96138.18123.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12%
GREEN value IS 13 (5.47% from 255) = 26%
BLUE value IS 31 (12.5% from 255) = 62%
R=12%
G=26%
B=62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal613310.810.5800.88223.267.577.25
Hex6D1F513A058df447
Octal615371217201303371047
Binary110110111111101000111101001011000110111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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