#1C1509

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

Shades of Maire #1C1509

Tints of Maire #1C1509

Color information

#1C1509 (or 0x1C1509) is unknown color: approx Maire. HEX triplet: 1C, 15 and 09. RGB value is (28,21,9). Sum of RGB (Red+Green+Blue) = 28+21+9=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1509 is #E3EAF6. Grayscale: #151515. Windows color (decimal): -14936823 or 595228. OLE color: 595228.

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

Color convert

RGB28219-
CMYK00.250.680.89
HSL37.89º51.35%7.25%-
HSV(B)37.89º67.86%10.98%-
XYZ0.80.80.37-
YUV21.72120.82132.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 48.28%
GREEN value IS 21 (8.59% from 255) = 36.21%
BLUE value IS 9 (3.91% from 255) = 15.52%
R=48.28%
G=36.21%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2821900.250.680.8937.8951.357.25
Hex1C159019445926337
Octal34251103110413146637
Binary1110010101100101100110001001011001100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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