#130E00

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

Shades of Maire #130E00

Tints of Maire #130E00

Color information

#130E00 (or 0x130E00) is unknown color: approx Maire. HEX triplet: 13, 0E and 00. RGB value is (19,14,0). Sum of RGB (Red+Green+Blue) = 19+14+0=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E00 is #ECF1FF. Grayscale: #0D0D0D. Windows color (decimal): -15528448 or 3603. OLE color: 3603.

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

Color convert

RGB19140-
CMYK00.2610.93
HSL44.21º100%3.73%-
HSV(B)44.21º100%7.45%-
XYZ0.430.450.06-
YUV13.9120.16131.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 14 (5.86% from 255) = 42.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.58%
G=42.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1914000.2610.9344.211003.73
Hex13E001A645D2c644
Octal23160032144135541444
Binary1001111100011010110010010111011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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