#190503

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

Shades of Black #190503

Tints of Black #190503

Color information

#190503 (or 0x190503) is unknown color: approx Black. HEX triplet: 19, 05 and 03. RGB value is (25,5,3). Sum of RGB (Red+Green+Blue) = 25+5+3=33 (4% of max value = 765). Red value is 25 (10.16% from 255 or 75.76% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 25 - color contains mainly: red. Hex color #190503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190503 is #E6FAFC. Grayscale: #0A0A0A. Windows color (decimal): -15137533 or 197913. OLE color: 197913.

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

Color convert

RGB2553-
CMYK00.800.880.90
HSL5.45º78.57%5.49%-
HSV(B)5.45º88%9.8%-
XYZ0.470.320.12-
YUV10.75123.63138.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 75.76%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 3 (1.56% from 255) = 9.09%
R=75.76%
G=15.15%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal255300.800.880.905.4578.575.49
Hex1953050585A54f5
Octal3153012013013251175
Binary110011011101010000101100010110101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190503; }

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

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

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

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

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

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

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

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