#060E1F

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

Shades of Black Russian #060E1F

Tints of Black Russian #060E1F

Color information

#060E1F (or 0x060E1F) is unknown color: approx Black Russian. HEX triplet: 06, 0E and 1F. RGB value is (6,14,31). Sum of RGB (Red+Green+Blue) = 6+14+31=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #060E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E1F is #F9F1E0. Grayscale: #0D0D0D. Windows color (decimal): -16380385 or 2035206. OLE color: 2035206.

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

Color convert

RGB61431-
CMYK0.810.5500.88
HSL220.8º67.57%7.25%-
HSV(B)220.8º80.65%12.16%-
XYZ0.480.451.36-
YUV13.55137.85122.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.76%
GREEN value IS 14 (5.86% from 255) = 27.45%
BLUE value IS 31 (12.5% from 255) = 60.78%
R=11.76%
G=27.45%
B=60.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal614310.810.5500.88220.867.577.25
Hex6E1F5137058dd447
Octal616371216701303351047
Binary110111011111101000111011101011000110111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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