#131404

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

Shades of Maire #131404

Tints of Maire #131404

Color information

#131404 (or 0x131404) is unknown color: approx Maire. HEX triplet: 13, 14 and 04. RGB value is (19,20,4). Sum of RGB (Red+Green+Blue) = 19+20+4=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #131404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131404 is #ECEBFB. Grayscale: #111111. Windows color (decimal): -15526908 or 267283. OLE color: 267283.

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

Color convert

RGB19204-
CMYK0.0500.800.92
HSL63.75º66.67%4.71%-
HSV(B)63.75º80%7.84%-
XYZ0.540.650.21-
YUV17.88120.17128.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 44.19%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 4 (1.95% from 255) = 9.30%
R=44.19%
G=46.51%
B=9.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal192040.0500.800.9263.7566.674.71
Hex1314450505C40435
Octal23244501201341001035
Binary100111010010010101010000101110010000001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131404; }

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

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

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

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

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

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

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

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