Html Css Color HEX #1D061B Mardi Gras

📋 copy color: '#1D061B'

red 29 ◦ green 6 ◦ blue 27

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

Shades of Mardi Gras #1D061B

Tints of Mardi Gras #1D061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

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

R = 46.77%
G = 9.68%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1D061B (or 0x1D061B) is known color: Mardi Gras. HEX triplet: 1D, 06 and 1B. RGB value is (29,6,27). Sum of RGB (Red+Green+Blue) = 29+6+27=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 29 - color contains mainly: red. Hex color #1D061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D061B is #E2F9E4. Grayscale: #0F0F0F. Windows color (decimal): -14875109 or 1771037. OLE color: 1771037.

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

Color convert

RGB 29 6 27 -
CMYK 0 0.79 0.07 0.89
HSL 305.22º 0.66% 0.07% -
HSV(B) 305.22º 0.79% 0.11% -
XYZ 0.77 0.47 1.09 -
YUV 15.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 29 6 27 0 0.79 0.07 0.89 305.22 0.66 0.07
Hex 1D 6 1B 0 4F 7 59 131 42 7
Octal 35 6 33 0 117 7 131 461 102 7
Binary 11101 110 11011 0 1001111 111 1011001 100110001 1000010 111

Color Harmonies of #1D061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D061B

Black with #1D061B

Text Example


Text Example

White with #1D061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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