#010419

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

Shades of Black Russian #010419

Tints of Black Russian #010419

Color information

#010419 (or 0x010419) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 19. RGB value is (1,4,25). Sum of RGB (Red+Green+Blue) = 1+4+25=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 25 (10.16% from 255 or 83.33% from 30); Max value from RGB is 25 - color contains mainly: blue. Hex color #010419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010419 is #FEFBE6. Grayscale: #050505. Windows color (decimal): -16710631 or 1639425. OLE color: 1639425.

HSL color Cylindrical-coordinate representation of color #010419: hue angle of 232.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 #010419 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB1425-
CMYK0.960.8400.90
HSL232.5º92.31%5.1%-
HSV(B)232.5º96%9.8%-
XYZ0.230.160.94-
YUV5.5139.01124.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 25 (10.16% from 255) = 83.33%
R=3.33%
G=13.33%
B=83.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal14250.960.8400.90232.592.315.1
Hex1419605405Ae85c5
Octal143114012401323501345
Binary1100110011100000101010001011010111010001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010419; }

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

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

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

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

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

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

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

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