Html Css Color HEX #1D051B Mardi Gras

📋 copy color: '#1D051B'

red 29 ◦ green 5 ◦ blue 27

#1D051B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #1D051B

Tints of Mardi Gras #1D051B

RGB

 RED value IS 29 (11.72% from 255) = 47.54%

 GREEN value IS 5 (2.34% from 255) = 8.2%

 BLUE value IS 27 (10.94% from 255) = 44.26%

R = 47.54%
G = 8.2%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1D051B (or 0x1D051B) is known color: Mardi Gras. HEX triplet: 1D, 05 and 1B. RGB value is (29,5,27). Sum of RGB (Red+Green+Blue) = 29+5+27=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D051B is #E2FAE4. Grayscale: #0E0E0E. Windows color (decimal): -14875365 or 1770781. OLE color: 1770781.

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

Color convert

RGB 29 5 27 -
CMYK 0 0.83 0.07 0.89
HSL 305º 0.71% 0.07% -
HSV(B) 305º 0.83% 0.11% -
XYZ 0.76 0.45 1.08 -
YUV 14.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 29 5 27 0 0.83 0.07 0.89 305 0.71 0.07
Hex 1D 5 1B 0 53 7 59 131 47 7
Octal 35 5 33 0 123 7 131 461 107 7
Binary 11101 101 11011 0 1010011 111 1011001 100110001 1000111 111

Color Harmonies of #1D051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D051B

Black with #1D051B

Text Example


Text Example

White with #1D051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D051B;
 }
 .AnyTagClassName
 {
   color: #1D051B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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