#190301

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

Shades of Black #190301

Tints of Black #190301

Color information

#190301 (or 0x190301) is unknown color: approx Black. HEX triplet: 19, 03 and 01. RGB value is (25,3,1). Sum of RGB (Red+Green+Blue) = 25+3+1=29 (3% of max value = 765). Red value is 25 (10.16% from 255 or 86.21% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 25 - color contains mainly: red. Hex color #190301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190301 is #E6FCFE. Grayscale: #090909. Windows color (decimal): -15138047 or 66329. OLE color: 66329.

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

Color convert

RGB2531-
CMYK00.880.960.90
HSL92.31%5.1%-
HSV(B)96%9.8%-
XYZ0.440.270.06-
YUV9.35123.29139.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 86.21%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 1 (0.78% from 255) = 3.45%
R=86.21%
G=10.34%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal253100.880.960.90592.315.1
Hex1931058605A55c5
Octal3131013014013251345
Binary1100111101011000110000010110101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190301; }

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

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

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

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

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

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

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

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