Html Css Color HEX #1D071F Mardi Gras

📋 copy color: '#1D071F'

red 29 ◦ green 7 ◦ blue 31

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

Shades of Mardi Gras #1D071F

Tints of Mardi Gras #1D071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 46.27%

R = 43.28%
G = 10.45%
B = 46.27%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D071F (or 0x1D071F) is known color: Mardi Gras. HEX triplet: 1D, 07 and 1F. RGB value is (29,7,31). Sum of RGB (Red+Green+Blue) = 29+7+31=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D071F is #E2F8E0. Grayscale: #101010. Windows color (decimal): -14874849 or 2033437. OLE color: 2033437.

HSL color Cylindrical-coordinate representation of color #1D071F: hue angle of 295º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D071F is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 29 7 31 -
CMYK 0.06 0.77 0 0.88
HSL 295º 0.63% 0.07% -
HSV(B) 295º 0.77% 0.12% -
XYZ 0.83 0.51 1.35 -
YUV 16.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 29 7 31 0.06 0.77 0 0.88 295 0.63 0.07
Hex 1D 7 1F 6 4D 0 58 127 3F 7
Octal 35 7 37 6 115 0 130 447 77 7
Binary 11101 111 11111 110 1001101 0 1011000 100100111 111111 111

Color Harmonies of #1D071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D071F

Black with #1D071F

Text Example


Text Example

White with #1D071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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