#1C1B01

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

Shades of Maire #1C1B01

Tints of Maire #1C1B01

Color information

#1C1B01 (or 0x1C1B01) is unknown color: approx Maire. HEX triplet: 1C, 1B and 01. RGB value is (28,27,1). Sum of RGB (Red+Green+Blue) = 28+27+1=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1B01 is #E3E4FE. Grayscale: #181818. Windows color (decimal): -14935295 or 72476. OLE color: 72476.

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

Color convert

RGB28271-
CMYK00.040.960.89
HSL57.78º93.1%5.69%-
HSV(B)57.78º96.43%10.98%-
XYZ0.881.030.18-
YUV24.33114.83130.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 48.21%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=50%
G=48.21%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2827100.040.960.8957.7893.15.69
Hex1C1B10460593a5d6
Octal3433104140131721356
Binary111001101110100110000010110011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,27,1); }

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

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

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

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

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

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

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