#050819

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

Shades of Black Russian #050819

Tints of Black Russian #050819

Color information

#050819 (or 0x050819) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 19. RGB value is (5,8,25). Sum of RGB (Red+Green+Blue) = 5+8+25=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #050819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050819 is #FAF7E6. Grayscale: #080808. Windows color (decimal): -16447463 or 1640453. OLE color: 1640453.

HSL color Cylindrical-coordinate representation of color #050819: hue angle of 231º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050819 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB5825-
CMYK0.800.6800.90
HSL231º66.67%5.88%-
HSV(B)231º80%9.8%-
XYZ0.320.280.96-
YUV9.04137.01125.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 8 (3.52% from 255) = 21.05%
BLUE value IS 25 (10.16% from 255) = 65.79%
R=13.16%
G=21.05%
B=65.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal58250.800.6800.9023166.675.88
Hex5819504405Ae7436
Octal5103112010401323471036
Binary1011000110011010000100010001011010111001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050819; }

 p { color: rgb(5,8,25); }

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

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

 a { background-color: rgb(5,8,25); }

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

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

 span { border-color: rgb(5,8,25); }

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