#130F04

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

Shades of Maire #130F04

Tints of Maire #130F04

Color information

#130F04 (or 0x130F04) is unknown color: approx Maire. HEX triplet: 13, 0F and 04. RGB value is (19,15,4). Sum of RGB (Red+Green+Blue) = 19+15+4=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #130F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F04 is #ECF0FB. Grayscale: #0E0E0E. Windows color (decimal): -15528188 or 266003. OLE color: 266003.

HSL color Cylindrical-coordinate representation of color #130F04: hue angle of 44º 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 #130F04 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB19154-
CMYK00.210.790.93
HSL44º65.22%4.51%-
HSV(B)44º78.95%7.45%-
XYZ0.460.490.18-
YUV14.94121.83130.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 39.47%
BLUE value IS 4 (1.95% from 255) = 10.53%
R=50%
G=39.47%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1915400.210.790.934465.224.51
Hex13F40154F5D2c415
Octal23174025117135541015
Binary100111111100010101100111110111011011001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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