#010819

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

Shades of Black Russian #010819

Tints of Black Russian #010819

Color information

#010819 (or 0x010819) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 19. RGB value is (1,8,25). Sum of RGB (Red+Green+Blue) = 1+8+25=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 25 (10.16% from 255 or 73.53% from 34); Max value from RGB is 25 - color contains mainly: blue. Hex color #010819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010819 is #FEF7E6. Grayscale: #070707. Windows color (decimal): -16709607 or 1640449. OLE color: 1640449.

HSL color Cylindrical-coordinate representation of color #010819: hue angle of 222.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010819 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB1825-
CMYK0.960.6800.90
HSL222.5º92.31%5.1%-
HSV(B)222.5º96%9.8%-
XYZ0.270.250.95-
YUV7.85137.68123.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 8 (3.52% from 255) = 23.53%
BLUE value IS 25 (10.16% from 255) = 73.53%
R=2.94%
G=23.53%
B=73.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal18250.960.6800.90222.592.315.1
Hex1819604405Ade5c5
Octal1103114010401323361345
Binary11000110011100000100010001011010110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010819; }

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

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

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

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

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

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

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

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