#1C1C10

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

Shades of Maire #1C1C10

Tints of Maire #1C1C10

Color information

#1C1C10 (or 0x1C1C10) is unknown color: approx Maire. HEX triplet: 1C, 1C and 10. RGB value is (28,28,16). Sum of RGB (Red+Green+Blue) = 28+28+16=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C10 is #E3E3EF. Grayscale: #1A1A1A. Windows color (decimal): -14935024 or 1055772. OLE color: 1055772.

HSL color Cylindrical-coordinate representation of color #1C1C10: hue angle of 60º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C1C10 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.

Color convert

RGB282816-
CMYK000.430.89
HSL60º27.27%8.63%-
HSV(B)60º42.86%10.98%-
XYZ0.991.110.65-
YUV26.63122128.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=38.89%
G=38.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal282816000.430.896027.278.63
Hex1C1C10002B593c1b9
Octal3434200053131743311
Binary111001110010000001010111011001111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,28,16); }

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

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

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

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

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

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

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