#050017

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

Shades of Black Russian #050017

Tints of Black Russian #050017

Color information

#050017 (or 0x050017) is unknown color: approx Black Russian. HEX triplet: 05, 00 and 17. RGB value is (5,0,23). Sum of RGB (Red+Green+Blue) = 5+0+23=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 23 (9.38% from 255 or 82.14% from 28); Max value from RGB is 23 - color contains mainly: blue. Hex color #050017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050017 is #FAFFE8. Grayscale: #040404. Windows color (decimal): -16449513 or 1507333. OLE color: 1507333.

HSL color Cylindrical-coordinate representation of color #050017: hue angle of 253.04º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050017 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB5023-
CMYK0.78100.91
HSL253.04º100%4.51%-
HSV(B)253.04º100%9.02%-
XYZ0.220.090.82-
YUV4.12138.66128.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 82.14%
R=17.86%
G=0%
B=82.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal50230.78100.91253.041004.51
Hex50174E6405Bfd645
Octal502711614401333751445
Binary1010101111001110110010001011011111111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050017; }

 p { color: rgb(5,0,23); }

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

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

 a { background-color: rgb(5,0,23); }

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

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

 span { border-color: rgb(5,0,23); }

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