Html Css Color HEX #1D071C Mardi Gras

📋 copy color: '#1D071C'

red 29 ◦ green 7 ◦ blue 28

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

Shades of Mardi Gras #1D071C

Tints of Mardi Gras #1D071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.94%

 BLUE value IS 28 (11.33% from 255) = 43.75%

R = 45.31%
G = 10.94%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.89

RGB Variations

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

Color information

#1D071C (or 0x1D071C) is known color: Mardi Gras. HEX triplet: 1D, 07 and 1C. RGB value is (29,7,28). Sum of RGB (Red+Green+Blue) = 29+7+28=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D071C is #E2F8E3. Grayscale: #0F0F0F. Windows color (decimal): -14874852 or 1836829. OLE color: 1836829.

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

Color convert

RGB 29 7 28 -
CMYK 0 0.76 0.03 0.89
HSL 302.73º 0.61% 0.07% -
HSV(B) 302.73º 0.76% 0.11% -
XYZ 0.79 0.5 1.15 -
YUV 15.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 29 7 28 0 0.76 0.03 0.89 302.73 0.61 0.07
Hex 1D 7 1C 0 4C 3 59 12F 3D 7
Octal 35 7 34 0 114 3 131 457 75 7
Binary 11101 111 11100 0 1001100 11 1011001 100101111 111101 111

Color Harmonies of #1D071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D071C

Black with #1D071C

Text Example


Text Example

White with #1D071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,7,28); }

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

background-color css

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

 a { background-color: rgb(29,7,28); }

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

border-color css

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

 span { border-color: rgb(29,7,28); }

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