Html Css Color HEX #361D33 Mardi Gras

📋 copy color: '#361D33'

red 54 ◦ green 29 ◦ blue 51

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

Shades of Mardi Gras #361D33

Tints of Mardi Gras #361D33

RGB

 RED value IS 54 (21.48% from 255) = 40.3%

 GREEN value IS 29 (11.72% from 255) = 21.64%

 BLUE value IS 51 (20.31% from 255) = 38.06%

R = 40.3%
G = 21.64%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#361D33 (or 0x361D33) is known color: Mardi Gras. HEX triplet: 36, 1D and 33. RGB value is (54,29,51). Sum of RGB (Red+Green+Blue) = 54+29+51=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #361D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D33 is #C9E2CC. Grayscale: #262626. Windows color (decimal): -13230797 or 3349814. OLE color: 3349814.

HSL color Cylindrical-coordinate representation of color #361D33: hue angle of 307.2º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #361D33 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 29 51 -
CMYK 0 0.46 0.06 0.79
HSL 307.2º 0.3% 0.16% -
HSV(B) 307.2º 0.46% 0.21% -
XYZ 2.56 1.9 3.36 -
YUV 38.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 54 29 51 0 0.46 0.06 0.79 307.2 0.3 0.16
Hex 36 1D 33 0 2E 6 4F 133 1E 10
Octal 66 35 63 0 56 6 117 463 36 20
Binary 110110 11101 110011 0 101110 110 1001111 100110011 11110 10000

Color Harmonies of #361D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D33

Black with #361D33

Text Example


Text Example

White with #361D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361D33; }

 p { color: rgb(54,29,51); }

 H1.HeaderClassName
 {
   color: #361D33;
 }
 .AnyTagClassName
 {
   color: #361D33;
 }
</style>

background-color css

<style>
 a { background-color: #361D33; }

 a { background-color: rgb(54,29,51); }

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

border-color css

<style>
 span { border-color: #361D33; }

 span { border-color: rgb(54,29,51); }

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