#190502

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

Shades of Black #190502

Tints of Black #190502

Color information

#190502 (or 0x190502) is unknown color: approx Black. HEX triplet: 19, 05 and 02. RGB value is (25,5,2). Sum of RGB (Red+Green+Blue) = 25+5+2=32 (4% of max value = 765). Red value is 25 (10.16% from 255 or 78.12% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 25 - color contains mainly: red. Hex color #190502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190502 is #E6FAFD. Grayscale: #0A0A0A. Windows color (decimal): -15137534 or 132377. OLE color: 132377.

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

Color convert

RGB2552-
CMYK00.800.920.90
HSL7.83º85.19%5.29%-
HSV(B)7.83º92%9.8%-
XYZ0.470.320.09-
YUV10.64123.13138.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 78.12%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 2 (1.17% from 255) = 6.25%
R=78.12%
G=15.62%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal255200.800.920.907.8385.195.29
Hex19520505C5A8555
Octal31520120134132101255
Binary1100110110010100001011100101101010001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190502; }

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

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

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

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

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

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

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

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