Html Css Color HEX #361037 Mardi Gras

📋 copy color: '#361037'

red 54 ◦ green 16 ◦ blue 55

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

Shades of Mardi Gras #361037

Tints of Mardi Gras #361037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

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

R = 43.2%
G = 12.8%
B = 44%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361037 (or 0x361037) is known color: Mardi Gras. HEX triplet: 36, 10 and 37. RGB value is (54,16,55). Sum of RGB (Red+Green+Blue) = 54+16+55=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #361037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361037 is #C9EFC8. Grayscale: #1F1F1F. Windows color (decimal): -13234121 or 3608630. OLE color: 3608630.

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

Color convert

RGB 54 16 55 -
CMYK 0.02 0.71 0 0.78
HSL 298.46º 0.55% 0.14% -
HSV(B) 298.46º 0.71% 0.22% -
XYZ 2.4 1.43 3.76 -
YUV 31.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 54 16 55 0.02 0.71 0 0.78 298.46 0.55 0.14
Hex 36 10 37 2 47 0 4E 12A 37 E
Octal 66 20 67 2 107 0 116 452 67 16
Binary 110110 10000 110111 10 1000111 0 1001110 100101010 110111 1110

Color Harmonies of #361037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361037

Black with #361037

Text Example


Text Example

White with #361037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361037; }

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

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

background-color css

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

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

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

border-color css

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

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

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