#1D0A1B

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

Shades of Mardi Gras #1D0A1B

Tints of Mardi Gras #1D0A1B

Color information

#1D0A1B (or 0x1D0A1B) is unknown color: approx Mardi Gras. HEX triplet: 1D, 0A and 1B. RGB value is (29,10,27). Sum of RGB (Red+Green+Blue) = 29+10+27=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0A1B is #E2F5E4. Grayscale: #111111. Windows color (decimal): -14874085 or 1772061. OLE color: 1772061.

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

Color convert

RGB291027-
CMYK00.660.070.89
HSL306.32º48.72%7.65%-
HSV(B)306.32º65.52%11.37%-
XYZ0.810.561.1-
YUV17.62133.29136.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.94%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=43.94%
G=15.15%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29102700.660.070.89306.3248.727.65
Hex1DA1B042759132318
Octal351233010271314626110
Binary111011010110110100001011110110011001100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,10,27); }

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

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

 a { background-color: rgb(29,10,27); }

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

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

 span { border-color: rgb(29,10,27); }

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