#13120D

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

Shades of Maire #13120D

Tints of Maire #13120D

Color information

#13120D (or 0x13120D) is unknown color: approx Maire. HEX triplet: 13, 12 and 0D. RGB value is (19,18,13). Sum of RGB (Red+Green+Blue) = 19+18+13=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 19 - color contains mainly: red. Hex color #13120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13120D is #ECEDF2. Grayscale: #111111. Windows color (decimal): -15527411 or 856595. OLE color: 856595.

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

Color convert

RGB191813-
CMYK00.050.320.93
HSL50º18.75%6.27%-
HSV(B)50º31.58%7.45%-
XYZ0.560.60.47-
YUV17.73125.33128.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 18 (7.42% from 255) = 36%
BLUE value IS 13 (5.47% from 255) = 26%
R=38%
G=36%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19181300.050.320.935018.756.27
Hex1312D05205D32136
Octal232215054013562236
Binary100111001011010101100000101110111001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13120D; }

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

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

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

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

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

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

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

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