#15140C

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

Shades of Maire #15140C

Tints of Maire #15140C

Color information

#15140C (or 0x15140C) is unknown color: approx Maire. HEX triplet: 15, 14 and 0C. RGB value is (21,20,12). Sum of RGB (Red+Green+Blue) = 21+20+12=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #15140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15140C is #EAEBF3. Grayscale: #131313. Windows color (decimal): -15395828 or 791573. OLE color: 791573.

HSL color Cylindrical-coordinate representation of color #15140C: hue angle of 53.33º 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 #15140C is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB212012-
CMYK00.050.430.92
HSL53.33º27.27%6.47%-
HSV(B)53.33º42.86%8.24%-
XYZ0.630.690.45-
YUV19.39123.83129.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 39.62%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=39.62%
G=37.74%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21201200.050.430.9253.3327.276.47
Hex1514C052B5C351b6
Octal252414055313465336
Binary101011010011000101101011101110011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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