#060114

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

Shades of Black Russian #060114

Tints of Black Russian #060114

Color information

#060114 (or 0x060114) is unknown color: approx Black Russian. HEX triplet: 06, 01 and 14. RGB value is (6,1,20). Sum of RGB (Red+Green+Blue) = 6+1+20=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 20 (8.20% from 255 or 74.07% from 27); Max value from RGB is 20 - color contains mainly: blue. Hex color #060114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060114 is #F9FEEB. Grayscale: #040404. Windows color (decimal): -16383724 or 1310982. OLE color: 1310982.

HSL color Cylindrical-coordinate representation of color #060114: hue angle of 255.79º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060114 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB6120-
CMYK0.700.9500.92
HSL255.79º90.48%4.12%-
HSV(B)255.79º95%7.84%-
XYZ0.210.110.67-
YUV4.66136.66128.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 22.22%
GREEN value IS 1 (0.78% from 255) = 3.70%
BLUE value IS 20 (8.20% from 255) = 74.07%
R=22.22%
G=3.70%
B=74.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal61200.700.9500.92255.7990.484.12
Hex6114465F05C1005a4
Octal612410613701344001324
Binary11011010010001101011111010111001000000001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060114; }

 p { color: rgb(6,1,20); }

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

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

 a { background-color: rgb(6,1,20); }

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

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

 span { border-color: rgb(6,1,20); }

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