#131200

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

Shades of Maire #131200

Tints of Maire #131200

Color information

#131200 (or 0x131200) is unknown color: approx Maire. HEX triplet: 13, 12 and 00. RGB value is (19,18,0). Sum of RGB (Red+Green+Blue) = 19+18+0=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #131200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131200 is #ECEDFF. Grayscale: #101010. Windows color (decimal): -15527424 or 4627. OLE color: 4627.

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

Color convert

RGB19180-
CMYK00.0510.93
HSL56.84º100%3.73%-
HSV(B)56.84º100%7.45%-
XYZ0.480.570.08-
YUV16.25118.83129.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 51.35%
GREEN value IS 18 (7.42% from 255) = 48.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.35%
G=48.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1918000.0510.9356.841003.73
Hex1312005645D39644
Octal2322005144135711444
Binary100111001000101110010010111011110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131200; }

 p { color: rgb(19,18,0); }

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

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

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

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

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

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

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