#131003

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

Shades of Maire #131003

Tints of Maire #131003

Color information

#131003 (or 0x131003) is unknown color: approx Maire. HEX triplet: 13, 10 and 03. RGB value is (19,16,3). Sum of RGB (Red+Green+Blue) = 19+16+3=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #131003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131003 is #ECEFFC. Grayscale: #0F0F0F. Windows color (decimal): -15527933 or 200723. OLE color: 200723.

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

Color convert

RGB19163-
CMYK00.160.840.93
HSL48.75º72.73%4.31%-
HSV(B)48.75º84.21%7.45%-
XYZ0.470.520.16-
YUV15.42120.99130.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 3 (1.56% from 255) = 7.89%
R=50%
G=42.11%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1916300.160.840.9348.7572.734.31
Hex13103010545D31494
Octal23203020124135611114
Binary100111000011010000101010010111011100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131003; }

 p { color: rgb(19,16,3); }

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

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

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

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

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

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

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