#190500

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

Shades of Black #190500

Tints of Black #190500

Color information

#190500 (or 0x190500) is unknown color: approx Black. HEX triplet: 19, 05 and 00. RGB value is (25,5,0). Sum of RGB (Red+Green+Blue) = 25+5+0=30 (3% of max value = 765). Red value is 25 (10.16% from 255 or 83.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 25 - color contains mainly: red. Hex color #190500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190500 is #E6FAFF. Grayscale: #0A0A0A. Windows color (decimal): -15137536 or 1305. OLE color: 1305.

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

Color convert

RGB2550-
CMYK00.8010.90
HSL12º100%4.9%-
HSV(B)12º100%9.8%-
XYZ0.460.320.04-
YUV10.41122.13138.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 83.33%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.33%
G=16.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal255000.8010.90121004.9
Hex1950050645Ac645
Octal31500120144132141445
Binary110011010010100001100100101101011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190500; }

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

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

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

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

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

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

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

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