#190401

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

Shades of Black #190401

Tints of Black #190401

Color information

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

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

Color convert

RGB2541-
CMYK00.840.960.90
HSL7.5º92.31%5.1%-
HSV(B)7.5º96%9.8%-
XYZ0.450.30.06-
YUV9.94122.96138.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal254100.840.960.907.592.315.1
Hex1941054605A85c5
Octal31410124140132101345
Binary110011001010101001100000101101010001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190401; }

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

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

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

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

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

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

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

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