#15130C

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

Shades of Maire #15130C

Tints of Maire #15130C

Color information

#15130C (or 0x15130C) is unknown color: approx Maire. HEX triplet: 15, 13 and 0C. RGB value is (21,19,12). Sum of RGB (Red+Green+Blue) = 21+19+12=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #15130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15130C is #EAECF3. Grayscale: #121212. Windows color (decimal): -15396084 or 791317. OLE color: 791317.

HSL color Cylindrical-coordinate representation of color #15130C: hue angle of 46.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #15130C is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB211912-
CMYK00.100.430.92
HSL46.67º27.27%6.47%-
HSV(B)46.67º42.86%8.24%-
XYZ0.610.650.44-
YUV18.8124.16129.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=40.38%
G=36.54%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21191200.100.430.9246.6727.276.47
Hex1513C0A2B5C2f1b6
Octal2523140125313457336
Binary1010110011110001010101011101110010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15130C; }

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

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

<style>
 a { background-color: #15130C; }

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

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

<style>
 span { border-color: #15130C; }

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

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