#1C0B1A

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

Shades of Mardi Gras #1C0B1A

Tints of Mardi Gras #1C0B1A

Color information

#1C0B1A (or 0x1C0B1A) is unknown color: approx Mardi Gras. HEX triplet: 1C, 0B and 1A. RGB value is (28,11,26). Sum of RGB (Red+Green+Blue) = 28+11+26=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0B1A is #E3F4E5. Grayscale: #111111. Windows color (decimal): -14939366 or 1706780. OLE color: 1706780.

HSL color Cylindrical-coordinate representation of color #1C0B1A: hue angle of 307.06º 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 #1C0B1A is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB281126-
CMYK00.610.070.89
HSL307.06º43.59%7.65%-
HSV(B)307.06º60.71%10.98%-
XYZ0.790.561.04-
YUV17.79132.63135.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.08%
GREEN value IS 11 (4.69% from 255) = 16.92%
BLUE value IS 26 (10.55% from 255) = 40%
R=43.08%
G=16.92%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28112600.610.070.89307.0643.597.65
Hex1CB1A03D7591332c8
Octal34133207571314635410
Binary11100101111010011110111110110011001100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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