#190504

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

Shades of Black #190504

Tints of Black #190504

Color information

#190504 (or 0x190504) is unknown color: approx Black. HEX triplet: 19, 05 and 04. RGB value is (25,5,4). Sum of RGB (Red+Green+Blue) = 25+5+4=34 (4% of max value = 765). Red value is 25 (10.16% from 255 or 73.53% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 4 (1.95% from 255 or 11.76% from 34); Max value from RGB is 25 - color contains mainly: red. Hex color #190504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190504 is #E6FAFB. Grayscale: #0A0A0A. Windows color (decimal): -15137532 or 263449. OLE color: 263449.

HSL color Cylindrical-coordinate representation of color #190504: hue angle of 2.86º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190504 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.90.

Color convert

RGB2554-
CMYK00.800.840.90
HSL2.86º72.41%5.69%-
HSV(B)2.86º84%9.8%-
XYZ0.480.320.15-
YUV10.87124.13138.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 73.53%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 4 (1.95% from 255) = 11.76%
R=73.53%
G=14.71%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal255400.800.840.902.8672.415.69
Hex1954050545A3486
Octal3154012012413231106
Binary110011011000101000010101001011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190504; }

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

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

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

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

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

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

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

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