#190801

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

Shades of Black #190801

Tints of Black #190801

Color information

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

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

Color convert

RGB2581-
CMYK00.680.960.90
HSL17.5º92.31%5.1%-
HSV(B)17.5º96%9.8%-
XYZ0.490.380.08-
YUV12.28121.63137.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal258100.680.960.9017.592.315.1
Hex1981044605A125c5
Octal311010104140132221345
Binary11001100010100010011000001011010100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190801; }

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

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

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

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

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

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

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

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