Html Css Color HEX #361C37 Mardi Gras

📋 copy color: '#361C37'

red 54 ◦ green 28 ◦ blue 55

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

Shades of Mardi Gras #361C37

Tints of Mardi Gras #361C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.44%

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

R = 39.42%
G = 20.44%
B = 40.15%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361C37 (or 0x361C37) is known color: Mardi Gras. HEX triplet: 36, 1C and 37. RGB value is (54,28,55). Sum of RGB (Red+Green+Blue) = 54+28+55=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 55 - color contains mainly: blue. Hex color #361C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C37 is #C9E3C8. Grayscale: #262626. Windows color (decimal): -13231049 or 3611702. OLE color: 3611702.

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

Color convert

RGB 54 28 55 -
CMYK 0.02 0.49 0 0.78
HSL 297.78º 0.33% 0.16% -
HSV(B) 297.78º 0.49% 0.22% -
XYZ 2.63 1.89 3.84 -
YUV 38.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 54 28 55 0.02 0.49 0 0.78 297.78 0.33 0.16
Hex 36 1C 37 2 31 0 4E 12A 21 10
Octal 66 34 67 2 61 0 116 452 41 20
Binary 110110 11100 110111 10 110001 0 1001110 100101010 100001 10000

Color Harmonies of #361C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C37

Black with #361C37

Text Example


Text Example

White with #361C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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