#1C1402

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

Shades of Maire #1C1402

Tints of Maire #1C1402

Color information

#1C1402 (or 0x1C1402) is unknown color: approx Maire. HEX triplet: 1C, 14 and 02. RGB value is (28,20,2). Sum of RGB (Red+Green+Blue) = 28+20+2=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1402 is #E3EBFD. Grayscale: #141414. Windows color (decimal): -14937086 or 136220. OLE color: 136220.

HSL color Cylindrical-coordinate representation of color #1C1402: hue angle of 41.54º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C1402 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB28202-
CMYK00.290.930.89
HSL41.54º86.67%5.88%-
HSV(B)41.54º92.86%10.98%-
XYZ0.740.750.16-
YUV20.34117.65133.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 56%
GREEN value IS 20 (8.20% from 255) = 40%
BLUE value IS 2 (1.17% from 255) = 4%
R=56%
G=40%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2820200.290.930.8941.5486.675.88
Hex1C14201D5D592a576
Octal34242035135131521276
Binary111001010010011101101110110110011010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,2); }

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

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

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

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

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

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

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