#131201

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

Shades of Maire #131201

Tints of Maire #131201

Color information

#131201 (or 0x131201) is unknown color: approx Maire. HEX triplet: 13, 12 and 01. RGB value is (19,18,1). Sum of RGB (Red+Green+Blue) = 19+18+1=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #131201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131201 is #ECEDFE. Grayscale: #101010. Windows color (decimal): -15527423 or 70163. OLE color: 70163.

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

Color convert

RGB19181-
CMYK00.050.950.93
HSL56.67º90%3.92%-
HSV(B)56.67º94.74%7.45%-
XYZ0.490.570.11-
YUV16.36119.33129.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 47.37%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=50%
G=47.37%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1918100.050.950.9356.67903.92
Hex13121055F5D395a4
Octal2322105137135711324
Binary100111001010101101111110111011110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131201; }

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

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

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

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

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

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

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

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