Html Css Color HEX #1D021F Mardi Gras

📋 copy color: '#1D021F'

red 29 ◦ green 2 ◦ blue 31

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

Shades of Mardi Gras #1D021F

Tints of Mardi Gras #1D021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.23%

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

R = 46.77%
G = 3.23%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D021F (or 0x1D021F) is known color: Mardi Gras. HEX triplet: 1D, 02 and 1F. RGB value is (29,2,31). Sum of RGB (Red+Green+Blue) = 29+2+31=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D021F is #E2FDE0. Grayscale: #0D0D0D. Windows color (decimal): -14876129 or 2032157. OLE color: 2032157.

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

Color convert

RGB 29 2 31 -
CMYK 0.06 0.94 0 0.88
HSL 295.86º 0.88% 0.06% -
HSV(B) 295.86º 0.94% 0.12% -
XYZ 0.78 0.4 1.33 -
YUV 13.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 29 2 31 0.06 0.94 0 0.88 295.86 0.88 0.06
Hex 1D 2 1F 6 5E 0 58 128 58 6
Octal 35 2 37 6 136 0 130 450 130 6
Binary 11101 10 11111 110 1011110 0 1011000 100101000 1011000 110

Color Harmonies of #1D021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D021F

Black with #1D021F

Text Example


Text Example

White with #1D021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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