#190501

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

Shades of Black #190501

Tints of Black #190501

Color information

#190501 (or 0x190501) is unknown color: approx Black. HEX triplet: 19, 05 and 01. RGB value is (25,5,1). Sum of RGB (Red+Green+Blue) = 25+5+1=31 (4% of max value = 765). Red value is 25 (10.16% from 255 or 80.65% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 25 - color contains mainly: red. Hex color #190501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190501 is #E6FAFE. Grayscale: #0A0A0A. Windows color (decimal): -15137535 or 66841. OLE color: 66841.

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

Color convert

RGB2551-
CMYK00.800.960.90
HSL10º92.31%5.1%-
HSV(B)10º96%9.8%-
XYZ0.460.320.07-
YUV10.52122.63138.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 80.65%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=80.65%
G=16.13%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal255100.800.960.901092.315.1
Hex1951050605Aa5c5
Octal31510120140132121345
Binary110011011010100001100000101101010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190501; }

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

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

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

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

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

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

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

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