#060113

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

Shades of Black Russian #060113

Tints of Black Russian #060113

Color information

#060113 (or 0x060113) is unknown color: approx Black Russian. HEX triplet: 06, 01 and 13. RGB value is (6,1,19). Sum of RGB (Red+Green+Blue) = 6+1+19=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #060113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060113 is #F9FEEC. Grayscale: #040404. Windows color (decimal): -16383725 or 1245446. OLE color: 1245446.

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

Color convert

RGB6119-
CMYK0.680.9500.93
HSL256.67º90%3.92%-
HSV(B)256.67º94.74%7.45%-
XYZ0.20.110.63-
YUV4.55136.16129.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 23.08%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 19 (7.81% from 255) = 73.08%
R=23.08%
G=3.85%
B=73.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61190.680.9500.93256.67903.92
Hex6113445F05D1015a4
Octal612310413701354011324
Binary11011001110001001011111010111011000000011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060113; }

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

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

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

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

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

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

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

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