#1C1A15

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

Shades of Maire #1C1A15

Tints of Maire #1C1A15

Color information

#1C1A15 (or 0x1C1A15) is unknown color: approx Maire. HEX triplet: 1C, 1A and 15. RGB value is (28,26,21). Sum of RGB (Red+Green+Blue) = 28+26+21=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1A15 is #E3E5EA. Grayscale: #1A1A1A. Windows color (decimal): -14935531 or 1382940. OLE color: 1382940.

HSL color Cylindrical-coordinate representation of color #1C1A15: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1C1A15 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB282621-
CMYK00.070.250.89
HSL42.86º14.29%9.61%-
HSV(B)42.86º25%10.98%-
XYZ0.981.040.86-
YUV26.03125.16129.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.33%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 21 (8.59% from 255) = 28%
R=37.33%
G=34.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28262100.070.250.8942.8614.299.61
Hex1C1A150719592bea
Octal3432250731131531612
Binary111001101010101011111001101100110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C1A15; }

 p { color: rgb(28,26,21); }

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

<style>
 a { background-color: #1C1A15; }

 a { background-color: rgb(28,26,21); }

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

<style>
 span { border-color: #1C1A15; }

 span { border-color: rgb(28,26,21); }

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