Html Css Color HEX #360137 Mardi Gras

📋 copy color: '#360137'

red 54 ◦ green 1 ◦ blue 55

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

Shades of Mardi Gras #360137

Tints of Mardi Gras #360137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 49.09%
G = 0.91%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#360137 (or 0x360137) is known color: Mardi Gras. HEX triplet: 36, 01 and 37. RGB value is (54,1,55). Sum of RGB (Red+Green+Blue) = 54+1+55=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #360137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360137 is #C9FEC8. Grayscale: #161616. Windows color (decimal): -13237961 or 3604790. OLE color: 3604790.

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

Color convert

RGB 54 1 55 -
CMYK 0.02 0.98 0 0.78
HSL 298.89º 0.96% 0.11% -
HSV(B) 298.89º 0.98% 0.22% -
XYZ 2.22 1.08 3.71 -
YUV 23 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 54 1 55 0.02 0.98 0 0.78 298.89 0.96 0.11
Hex 36 1 37 2 62 0 4E 12B 60 B
Octal 66 1 67 2 142 0 116 453 140 13
Binary 110110 1 110111 10 1100010 0 1001110 100101011 1100000 1011

Color Harmonies of #360137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360137

Black with #360137

Text Example


Text Example

White with #360137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360137; }

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

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

background-color css

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

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

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

border-color css

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

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

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