#131403

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

Shades of Maire #131403

Tints of Maire #131403

Color information

#131403 (or 0x131403) is unknown color: approx Maire. HEX triplet: 13, 14 and 03. RGB value is (19,20,3). Sum of RGB (Red+Green+Blue) = 19+20+3=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #131403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131403 is #ECEBFC. Grayscale: #111111. Windows color (decimal): -15526909 or 201747. OLE color: 201747.

HSL color Cylindrical-coordinate representation of color #131403: hue angle of 63.53º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131403 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB19203-
CMYK0.0500.850.92
HSL63.53º73.91%4.51%-
HSV(B)63.53º85%7.84%-
XYZ0.540.650.18-
YUV17.76119.67128.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 20 (8.20% from 255) = 47.62%
BLUE value IS 3 (1.56% from 255) = 7.14%
R=45.24%
G=47.62%
B=7.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal192030.0500.850.9263.5373.914.51
Hex1314350555C404a5
Octal23243501251341001125
Binary10011101001110101010101101110010000001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131403; }

 p { color: rgb(19,20,3); }

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

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

 a { background-color: rgb(19,20,3); }

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

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

 span { border-color: rgb(19,20,3); }

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