Html Css Color HEX #361D37 Mardi Gras

📋 copy color: '#361D37'

red 54 ◦ green 29 ◦ blue 55

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

Shades of Mardi Gras #361D37

Tints of Mardi Gras #361D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 39.86%

R = 39.13%
G = 21.01%
B = 39.86%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361D37 (or 0x361D37) is known color: Mardi Gras. HEX triplet: 36, 1D and 37. RGB value is (54,29,55). Sum of RGB (Red+Green+Blue) = 54+29+55=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #361D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D37 is #C9E2C8. Grayscale: #272727. Windows color (decimal): -13230793 or 3611958. OLE color: 3611958.

HSL color Cylindrical-coordinate representation of color #361D37: hue angle of 297.69º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #361D37 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 29 55 -
CMYK 0.02 0.47 0 0.78
HSL 297.69º 0.31% 0.16% -
HSV(B) 297.69º 0.47% 0.22% -
XYZ 2.65 1.94 3.85 -
YUV 39.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 54 29 55 0.02 0.47 0 0.78 297.69 0.31 0.16
Hex 36 1D 37 2 2F 0 4E 12A 1F 10
Octal 66 35 67 2 57 0 116 452 37 20
Binary 110110 11101 110111 10 101111 0 1001110 100101010 11111 10000

Color Harmonies of #361D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D37

Black with #361D37

Text Example


Text Example

White with #361D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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