#1C001B

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

Shades of Mardi Gras #1C001B

Tints of Mardi Gras #1C001B

Color information

#1C001B (or 0x1C001B) is unknown color: approx Mardi Gras. HEX triplet: 1C, 00 and 1B. RGB value is (28,0,27). Sum of RGB (Red+Green+Blue) = 28+0+27=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C001B is #E3FFE4. Grayscale: #0B0B0B. Windows color (decimal): -14942181 or 1769500. OLE color: 1769500.

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

Color convert

RGB28027-
CMYK010.040.89
HSL302.14º100%5.49%-
HSV(B)302.14º100%10.98%-
XYZ0.680.331.06-
YUV11.45136.78139.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 49.09%
R=50.91%
G=0%
B=49.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28027010.040.89302.141005.49
Hex1C01B06445912e645
Octal34033014441314561445
Binary111000110110110010010010110011001011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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