Html Css Color HEX #1D081B Mardi Gras

📋 copy color: '#1D081B'

red 29 ◦ green 8 ◦ blue 27

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

Shades of Mardi Gras #1D081B

Tints of Mardi Gras #1D081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.5%

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

R = 45.31%
G = 12.5%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1D081B (or 0x1D081B) is known color: Mardi Gras. HEX triplet: 1D, 08 and 1B. RGB value is (29,8,27). Sum of RGB (Red+Green+Blue) = 29+8+27=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D081B is #E2F7E4. Grayscale: #101010. Windows color (decimal): -14874597 or 1771549. OLE color: 1771549.

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

Color convert

RGB 29 8 27 -
CMYK 0 0.72 0.07 0.89
HSL 305.71º 0.57% 0.07% -
HSV(B) 305.71º 0.72% 0.11% -
XYZ 0.79 0.51 1.09 -
YUV 16.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 29 8 27 0 0.72 0.07 0.89 305.71 0.57 0.07
Hex 1D 8 1B 0 48 7 59 132 39 7
Octal 35 10 33 0 110 7 131 462 71 7
Binary 11101 1000 11011 0 1001000 111 1011001 100110010 111001 111

Color Harmonies of #1D081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D081B

Black with #1D081B

Text Example


Text Example

White with #1D081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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