#190704

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

Shades of Black #190704

Tints of Black #190704

Color information

#190704 (or 0x190704) is unknown color: approx Black. HEX triplet: 19, 07 and 04. RGB value is (25,7,4). Sum of RGB (Red+Green+Blue) = 25+7+4=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #190704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190704 is #E6F8FB. Grayscale: #0C0C0C. Windows color (decimal): -15137020 or 263961. OLE color: 263961.

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

Color convert

RGB2574-
CMYK00.720.840.90
HSL8.57º72.41%5.69%-
HSV(B)8.57º84%9.8%-
XYZ0.50.370.16-
YUV12.04123.46137.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 69.44%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 4 (1.95% from 255) = 11.11%
R=69.44%
G=19.44%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal257400.720.840.908.5772.415.69
Hex1974048545A9486
Octal31740110124132111106
Binary11001111100010010001010100101101010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190704; }

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

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

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

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

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

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

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

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