#130E05

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

Shades of Maire #130E05

Tints of Maire #130E05

Color information

#130E05 (or 0x130E05) is unknown color: approx Maire. HEX triplet: 13, 0E and 05. RGB value is (19,14,5). Sum of RGB (Red+Green+Blue) = 19+14+5=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #130E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E05 is #ECF1FA. Grayscale: #0E0E0E. Windows color (decimal): -15528443 or 331283. OLE color: 331283.

HSL color Cylindrical-coordinate representation of color #130E05: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130E05 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.93.

Color convert

RGB19145-
CMYK00.260.740.93
HSL38.57º58.33%4.71%-
HSV(B)38.57º73.68%7.45%-
XYZ0.450.460.21-
YUV14.47122.66131.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 36.84%
BLUE value IS 5 (2.34% from 255) = 13.16%
R=50%
G=36.84%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1914500.260.740.9338.5758.334.71
Hex13E501A4A5D273a5
Octal2316503211213547725
Binary10011111010101101010010101011101100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130E05; }

 p { color: rgb(19,14,5); }

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

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

 a { background-color: rgb(19,14,5); }

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

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

 span { border-color: rgb(19,14,5); }

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