Html Css Color HEX #362137 Mardi Gras

📋 copy color: '#362137'

red 54 ◦ green 33 ◦ blue 55

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

Shades of Mardi Gras #362137

Tints of Mardi Gras #362137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

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

R = 38.03%
G = 23.24%
B = 38.73%

CMYK

 C value IS 0.02

 M value IS 0.4

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#362137 (or 0x362137) is known color: Mardi Gras. HEX triplet: 36, 21 and 37. RGB value is (54,33,55). Sum of RGB (Red+Green+Blue) = 54+33+55=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 55 - color contains mainly: blue. Hex color #362137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362137 is #C9DEC8. Grayscale: #292929. Windows color (decimal): -13229769 or 3612982. OLE color: 3612982.

HSL color Cylindrical-coordinate representation of color #362137: hue angle of 297.27º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #362137 is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 33 55 -
CMYK 0.02 0.4 0 0.78
HSL 297.27º 0.25% 0.17% -
HSV(B) 297.27º 0.4% 0.22% -
XYZ 2.75 2.15 3.88 -
YUV 41.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 54 33 55 0.02 0.4 0 0.78 297.27 0.25 0.17
Hex 36 21 37 2 28 0 4E 129 19 11
Octal 66 41 67 2 50 0 116 451 31 21
Binary 110110 100001 110111 10 101000 0 1001110 100101001 11001 10001

Color Harmonies of #362137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362137

Black with #362137

Text Example


Text Example

White with #362137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362137; }

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

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

background-color css

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

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

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

border-color css

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

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

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