Html Css Color HEX #360E38 Mardi Gras

📋 copy color: '#360E38'

red 54 ◦ green 14 ◦ blue 56

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

Shades of Mardi Gras #360E38

Tints of Mardi Gras #360E38

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.29%

 BLUE value IS 56 (22.27% from 255) = 45.16%

R = 43.55%
G = 11.29%
B = 45.16%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#360E38 (or 0x360E38) is known color: Mardi Gras. HEX triplet: 36, 0E and 38. RGB value is (54,14,56). Sum of RGB (Red+Green+Blue) = 54+14+56=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #360E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E38 is #C9F1C7. Grayscale: #1E1E1E. Windows color (decimal): -13234632 or 3673654. OLE color: 3673654.

HSL color Cylindrical-coordinate representation of color #360E38: hue angle of 297.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #360E38 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 14 56 -
CMYK 0.04 0.75 0 0.78
HSL 297.14º 0.6% 0.14% -
HSV(B) 297.14º 0.75% 0.22% -
XYZ 2.39 1.38 3.88 -
YUV 30.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 54 14 56 0.04 0.75 0 0.78 297.14 0.6 0.14
Hex 36 E 38 4 4B 0 4E 129 3C E
Octal 66 16 70 4 113 0 116 451 74 16
Binary 110110 1110 111000 100 1001011 0 1001110 100101001 111100 1110

Color Harmonies of #360E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E38

Black with #360E38

Text Example


Text Example

White with #360E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360E38; }

 p { color: rgb(54,14,56); }

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

background-color css

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

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

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

border-color css

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

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

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