#190300

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

Shades of Black #190300

Tints of Black #190300

Color information

#190300 (or 0x190300) is unknown color: approx Black. HEX triplet: 19, 03 and 00. RGB value is (25,3,0). Sum of RGB (Red+Green+Blue) = 25+3+0=28 (3% of max value = 765). Red value is 25 (10.16% from 255 or 89.29% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 25 - color contains mainly: red. Hex color #190300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190300 is #E6FCFF. Grayscale: #090909. Windows color (decimal): -15138048 or 793. OLE color: 793.

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

Color convert

RGB2530-
CMYK00.8810.90
HSL7.2º100%4.9%-
HSV(B)7.2º100%9.8%-
XYZ0.430.270.03-
YUV9.24122.79139.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 89.29%
GREEN value IS 3 (1.56% from 255) = 10.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.29%
G=10.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal253000.8810.907.21004.9
Hex1930058645A7645
Octal3130013014413271445
Binary1100111001011000110010010110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190300; }

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

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

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

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

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

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

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

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