#130C00

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

Shades of Maire #130C00

Tints of Maire #130C00

Color information

#130C00 (or 0x130C00) is unknown color: approx Maire. HEX triplet: 13, 0C and 00. RGB value is (19,12,0). Sum of RGB (Red+Green+Blue) = 19+12+0=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C00 is #ECF3FF. Grayscale: #0C0C0C. Windows color (decimal): -15528960 or 3091. OLE color: 3091.

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

Color convert

RGB19120-
CMYK00.3710.93
HSL37.89º100%3.73%-
HSV(B)37.89º100%7.45%-
XYZ0.40.40.06-
YUV12.72120.82132.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 61.29%
GREEN value IS 12 (5.08% from 255) = 38.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.29%
G=38.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1912000.3710.9337.891003.73
Hex13C0025645D26644
Octal23140045144135461444
Binary10011110000100101110010010111011001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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