Html Css Color HEX #360D39 Mardi Gras

📋 copy color: '#360D39'

red 54 ◦ green 13 ◦ blue 57

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

Shades of Mardi Gras #360D39

Tints of Mardi Gras #360D39

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.48%

 BLUE value IS 57 (22.66% from 255) = 45.97%

R = 43.55%
G = 10.48%
B = 45.97%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#360D39 (or 0x360D39) is known color: Mardi Gras. HEX triplet: 36, 0D and 39. RGB value is (54,13,57). Sum of RGB (Red+Green+Blue) = 54+13+57=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #360D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D39 is #C9F2C6. Grayscale: #1E1E1E. Windows color (decimal): -13234887 or 3738934. OLE color: 3738934.

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

Color convert

RGB 54 13 57 -
CMYK 0.05 0.77 0 0.78
HSL 295.91º 0.63% 0.14% -
HSV(B) 295.91º 0.77% 0.22% -
XYZ 2.4 1.37 4.01 -
YUV 30.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 54 13 57 0.05 0.77 0 0.78 295.91 0.63 0.14
Hex 36 D 39 5 4D 0 4E 128 3F E
Octal 66 15 71 5 115 0 116 450 77 16
Binary 110110 1101 111001 101 1001101 0 1001110 100101000 111111 1110

Color Harmonies of #360D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D39

Black with #360D39

Text Example


Text Example

White with #360D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,13,57); }

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

background-color css

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

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

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

border-color css

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

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

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