#1C0B1B

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

Shades of Mardi Gras #1C0B1B

Tints of Mardi Gras #1C0B1B

Color information

#1C0B1B (or 0x1C0B1B) is unknown color: approx Mardi Gras. HEX triplet: 1C, 0B and 1B. RGB value is (28,11,27). Sum of RGB (Red+Green+Blue) = 28+11+27=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0B1B is #E3F4E4. Grayscale: #111111. Windows color (decimal): -14939365 or 1772316. OLE color: 1772316.

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

Color convert

RGB281127-
CMYK00.610.040.89
HSL303.53º43.59%7.65%-
HSV(B)303.53º60.71%10.98%-
XYZ0.80.571.1-
YUV17.91133.13135.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 42.42%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=42.42%
G=16.67%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28112700.610.040.89303.5343.597.65
Hex1CB1B03D4591302c8
Octal34133307541314605410
Binary11100101111011011110110010110011001100001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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