#191503

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

Shades of Maire #191503

Tints of Maire #191503

Color information

#191503 (or 0x191503) is unknown color: approx Maire. HEX triplet: 19, 15 and 03. RGB value is (25,21,3). Sum of RGB (Red+Green+Blue) = 25+21+3=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #191503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191503 is #E6EAFC. Grayscale: #141414. Windows color (decimal): -15133437 or 202009. OLE color: 202009.

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

Color convert

RGB25213-
CMYK00.160.880.90
HSL49.09º78.57%5.49%-
HSV(B)49.09º88%9.8%-
XYZ0.690.750.19-
YUV20.14118.33131.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 3 (1.56% from 255) = 6.12%
R=51.02%
G=42.86%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2521300.160.880.9049.0978.575.49
Hex19153010585A314f5
Octal31253020130132611175
Binary110011010111010000101100010110101100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191503; }

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

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

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

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

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

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

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

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