#190402

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

Shades of Black #190402

Tints of Black #190402

Color information

#190402 (or 0x190402) is unknown color: approx Black. HEX triplet: 19, 04 and 02. RGB value is (25,4,2). Sum of RGB (Red+Green+Blue) = 25+4+2=31 (4% of max value = 765). Red value is 25 (10.16% from 255 or 80.65% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 25 - color contains mainly: red. Hex color #190402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190402 is #E6FBFD. Grayscale: #0A0A0A. Windows color (decimal): -15137790 or 132121. OLE color: 132121.

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

Color convert

RGB2542-
CMYK00.840.920.90
HSL5.22º85.19%5.29%-
HSV(B)5.22º92%9.8%-
XYZ0.460.30.09-
YUV10.05123.46138.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 80.65%
GREEN value IS 4 (1.95% from 255) = 12.90%
BLUE value IS 2 (1.17% from 255) = 6.45%
R=80.65%
G=12.90%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal254200.840.920.905.2285.195.29
Hex19420545C5A5555
Octal3142012413413251255
Binary110011001001010100101110010110101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190402; }

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

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

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

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

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

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

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

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