Html Css Color HEX #361937 Mardi Gras

📋 copy color: '#361937'

red 54 ◦ green 25 ◦ blue 55

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

Shades of Mardi Gras #361937

Tints of Mardi Gras #361937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.66%

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

R = 40.3%
G = 18.66%
B = 41.04%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361937 (or 0x361937) is known color: Mardi Gras. HEX triplet: 36, 19 and 37. RGB value is (54,25,55). Sum of RGB (Red+Green+Blue) = 54+25+55=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #361937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361937 is #C9E6C8. Grayscale: #252525. Windows color (decimal): -13231817 or 3610934. OLE color: 3610934.

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

Color convert

RGB 54 25 55 -
CMYK 0.02 0.55 0 0.78
HSL 298º 0.38% 0.16% -
HSV(B) 298º 0.55% 0.22% -
XYZ 2.56 1.76 3.82 -
YUV 37.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 54 25 55 0.02 0.55 0 0.78 298 0.38 0.16
Hex 36 19 37 2 37 0 4E 12A 26 10
Octal 66 31 67 2 67 0 116 452 46 20
Binary 110110 11001 110111 10 110111 0 1001110 100101010 100110 10000

Color Harmonies of #361937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361937

Black with #361937

Text Example


Text Example

White with #361937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361937; }

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

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

background-color css

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

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

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

border-color css

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

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

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