#1C1C0F

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

Shades of Maire #1C1C0F

Tints of Maire #1C1C0F

Color information

#1C1C0F (or 0x1C1C0F) is unknown color: approx Maire. HEX triplet: 1C, 1C and 0F. RGB value is (28,28,15). Sum of RGB (Red+Green+Blue) = 28+28+15=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C0F is #E3E3F0. Grayscale: #1A1A1A. Windows color (decimal): -14935025 or 990236. OLE color: 990236.

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

Color convert

RGB282815-
CMYK000.460.89
HSL60º30.23%8.43%-
HSV(B)60º46.43%10.98%-
XYZ0.981.110.61-
YUV26.52121.5129.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 39.44%
GREEN value IS 28 (11.33% from 255) = 39.44%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=39.44%
G=39.44%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal282815000.460.896030.238.43
Hex1C1CF002E593c1e8
Octal3434170056131743610
Binary11100111001111001011101011001111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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