#130E04

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

Shades of Maire #130E04

Tints of Maire #130E04

Color information

#130E04 (or 0x130E04) is unknown color: approx Maire. HEX triplet: 13, 0E and 04. RGB value is (19,14,4). Sum of RGB (Red+Green+Blue) = 19+14+4=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E04 is #ECF1FB. Grayscale: #0E0E0E. Windows color (decimal): -15528444 or 265747. OLE color: 265747.

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

Color convert

RGB19144-
CMYK00.260.790.93
HSL40º65.22%4.51%-
HSV(B)40º78.95%7.45%-
XYZ0.450.460.18-
YUV14.36122.16131.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 51.35%
GREEN value IS 14 (5.86% from 255) = 37.84%
BLUE value IS 4 (1.95% from 255) = 10.81%
R=51.35%
G=37.84%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1914400.260.790.934065.224.51
Hex13E401A4F5D28415
Octal23164032117135501015
Binary100111110100011010100111110111011010001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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