#13140A

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

Shades of Maire #13140A

Tints of Maire #13140A

Color information

#13140A (or 0x13140A) is unknown color: approx Maire. HEX triplet: 13, 14 and 0A. RGB value is (19,20,10). Sum of RGB (Red+Green+Blue) = 19+20+10=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #13140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13140A is #ECEBF5. Grayscale: #121212. Windows color (decimal): -15526902 or 660499. OLE color: 660499.

HSL color Cylindrical-coordinate representation of color #13140A: hue angle of 66º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #13140A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB192010-
CMYK0.0500.500.92
HSL66º33.33%5.88%-
HSV(B)66º50%7.84%-
XYZ0.570.660.38-
YUV18.56123.17128.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=38.78%
G=40.82%
B=20.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1920100.0500.500.926633.335.88
Hex1314A50325C42216
Octal2324125062134102416
Binary10011101001010101011001010111001000010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13140A; }

 p { color: rgb(19,20,10); }

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

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

 a { background-color: rgb(19,20,10); }

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

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

 span { border-color: rgb(19,20,10); }

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