Html Css Color HEX #361C36 Mardi Gras

📋 copy color: '#361C36'

red 54 ◦ green 28 ◦ blue 54

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

Shades of Mardi Gras #361C36

Tints of Mardi Gras #361C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 39.71%

R = 39.71%
G = 20.59%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#361C36 (or 0x361C36) is known color: Mardi Gras. HEX triplet: 36, 1C and 36. RGB value is (54,28,54). Sum of RGB (Red+Green+Blue) = 54+28+54=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #361C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C36 is #C9E3C9. Grayscale: #262626. Windows color (decimal): -13231050 or 3546166. OLE color: 3546166.

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

Color convert

RGB 54 28 54 -
CMYK 0 0.48 0 0.79
HSL 300º 0.32% 0.16% -
HSV(B) 300º 0.48% 0.21% -
XYZ 2.6 1.88 3.72 -
YUV 38.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 54 28 54 0 0.48 0 0.79 300 0.32 0.16
Hex 36 1C 36 0 30 0 4F 12C 20 10
Octal 66 34 66 0 60 0 117 454 40 20
Binary 110110 11100 110110 0 110000 0 1001111 100101100 100000 10000

Color Harmonies of #361C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C36

Black with #361C36

Text Example


Text Example

White with #361C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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