Html Css Color HEX #1D081F Mardi Gras

📋 copy color: '#1D081F'

red 29 ◦ green 8 ◦ blue 31

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

Shades of Mardi Gras #1D081F

Tints of Mardi Gras #1D081F

RGB

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

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

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

R = 42.65%
G = 11.76%
B = 45.59%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D081F (or 0x1D081F) is known color: Mardi Gras. HEX triplet: 1D, 08 and 1F. RGB value is (29,8,31). Sum of RGB (Red+Green+Blue) = 29+8+31=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D081F is #E2F7E0. Grayscale: #101010. Windows color (decimal): -14874593 or 2033693. OLE color: 2033693.

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

Color convert

RGB 29 8 31 -
CMYK 0.06 0.74 0 0.88
HSL 294.78º 0.59% 0.08% -
HSV(B) 294.78º 0.74% 0.12% -
XYZ 0.84 0.53 1.36 -
YUV 16.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 29 8 31 0.06 0.74 0 0.88 294.78 0.59 0.08
Hex 1D 8 1F 6 4A 0 58 127 3B 8
Octal 35 10 37 6 112 0 130 447 73 10
Binary 11101 1000 11111 110 1001010 0 1011000 100100111 111011 1000

Color Harmonies of #1D081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D081F

Black with #1D081F

Text Example


Text Example

White with #1D081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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