#1C0C1B

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

Shades of Mardi Gras #1C0C1B

Tints of Mardi Gras #1C0C1B

Color information

#1C0C1B (or 0x1C0C1B) is unknown color: approx Mardi Gras. HEX triplet: 1C, 0C and 1B. RGB value is (28,12,27). Sum of RGB (Red+Green+Blue) = 28+12+27=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0C1B is #E3F3E4. Grayscale: #121212. Windows color (decimal): -14939109 or 1772572. OLE color: 1772572.

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

Color convert

RGB281227-
CMYK00.570.040.89
HSL303.75º40%7.84%-
HSV(B)303.75º57.14%10.98%-
XYZ0.810.591.11-
YUV18.49132.8134.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=41.79%
G=17.91%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28122700.570.040.89303.75407.84
Hex1CC1B039459130288
Octal34143307141314605010
Binary11100110011011011100110010110011001100001010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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