#131304

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

Shades of Maire #131304

Tints of Maire #131304

Color information

#131304 (or 0x131304) is unknown color: approx Maire. HEX triplet: 13, 13 and 04. RGB value is (19,19,4). Sum of RGB (Red+Green+Blue) = 19+19+4=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131304 is #ECECFB. Grayscale: #111111. Windows color (decimal): -15527164 or 267027. OLE color: 267027.

HSL color Cylindrical-coordinate representation of color #131304: hue angle of 60º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131304 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB19194-
CMYK000.790.93
HSL60º65.22%4.51%-
HSV(B)60º78.95%7.45%-
XYZ0.520.610.21-
YUV17.29120.5129.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 4 (1.95% from 255) = 9.52%
R=45.24%
G=45.24%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19194000.790.936065.224.51
Hex13134004F5D3c415
Octal2323400117135741015
Binary100111001110000100111110111011111001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131304; }

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

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

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

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

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

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

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

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