#131100

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

Shades of Maire #131100

Tints of Maire #131100

Color information

#131100 (or 0x131100) is unknown color: approx Maire. HEX triplet: 13, 11 and 00. RGB value is (19,17,0). Sum of RGB (Red+Green+Blue) = 19+17+0=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #131100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131100 is #ECEEFF. Grayscale: #0F0F0F. Windows color (decimal): -15527680 or 4371. OLE color: 4371.

HSL color Cylindrical-coordinate representation of color #131100: hue angle of 53.68º 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 #131100 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB19170-
CMYK00.1110.93
HSL53.68º100%3.73%-
HSV(B)53.68º100%7.45%-
XYZ0.470.540.08-
YUV15.66119.16130.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 52.78%
GREEN value IS 17 (7.03% from 255) = 47.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.78%
G=47.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1917000.1110.9353.681003.73
Hex131100B645D36644
Octal23210013144135661444
Binary1001110001001011110010010111011101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131100; }

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

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

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

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

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

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

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

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