#060013

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

Shades of Black Russian #060013

Tints of Black Russian #060013

Color information

#060013 (or 0x060013) is unknown color: approx Black Russian. HEX triplet: 06, 00 and 13. RGB value is (6,0,19). Sum of RGB (Red+Green+Blue) = 6+0+19=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 19 (7.81% from 255 or 76% from 25); Max value from RGB is 19 - color contains mainly: blue. Hex color #060013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060013 is #F9FFEC. Grayscale: #030303. Windows color (decimal): -16383981 or 1245190. OLE color: 1245190.

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

Color convert

RGB6019-
CMYK0.68100.93
HSL258.95º100%3.73%-
HSV(B)258.95º100%7.45%-
XYZ0.190.090.62-
YUV3.96136.49129.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 76%
R=24%
G=0%
B=76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal60190.68100.93258.951003.73
Hex6013446405D103644
Octal602310414401354031444
Binary11001001110001001100100010111011000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060013; }

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

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

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

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

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

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

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

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