#190100

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

Shades of Black #190100

Tints of Black #190100

Color information

#190100 (or 0x190100) is unknown color: approx Black. HEX triplet: 19, 01 and 00. RGB value is (25,1,0). Sum of RGB (Red+Green+Blue) = 25+1+0=26 (3% of max value = 765). Red value is 25 (10.16% from 255 or 96.15% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 25 - color contains mainly: red. Hex color #190100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190100 is #E6FEFF. Grayscale: #080808. Windows color (decimal): -15138560 or 281. OLE color: 281.

HSL color Cylindrical-coordinate representation of color #190100: hue angle of 2.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190100 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB2510-
CMYK00.9610.90
HSL2.4º100%4.9%-
HSV(B)2.4º100%9.8%-
XYZ0.410.230.02-
YUV8.06123.45140.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 96.15%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.15%
G=3.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal251000.9610.902.41004.9
Hex1910060645A2645
Octal3110014014413221445
Binary11001100110000011001001011010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190100; }

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

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

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

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

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

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

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

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