Html Css Color HEX #360D38 Mardi Gras

📋 copy color: '#360D38'

red 54 ◦ green 13 ◦ blue 56

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

Shades of Mardi Gras #360D38

Tints of Mardi Gras #360D38

RGB

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

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

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

R = 43.9%
G = 10.57%
B = 45.53%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#360D38 (or 0x360D38) is known color: Mardi Gras. HEX triplet: 36, 0D and 38. RGB value is (54,13,56). Sum of RGB (Red+Green+Blue) = 54+13+56=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #360D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D38 is #C9F2C7. Grayscale: #1E1E1E. Windows color (decimal): -13234888 or 3673398. OLE color: 3673398.

HSL color Cylindrical-coordinate representation of color #360D38: hue angle of 297.21º degrees, saturation: 0.62, 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 #360D38 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 13 56 -
CMYK 0.04 0.77 0 0.78
HSL 297.21º 0.62% 0.14% -
HSV(B) 297.21º 0.77% 0.22% -
XYZ 2.38 1.36 3.88 -
YUV 30.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 54 13 56 0.04 0.77 0 0.78 297.21 0.62 0.14
Hex 36 D 38 4 4D 0 4E 129 3E E
Octal 66 15 70 4 115 0 116 451 76 16
Binary 110110 1101 111000 100 1001101 0 1001110 100101001 111110 1110

Color Harmonies of #360D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D38

Black with #360D38

Text Example


Text Example

White with #360D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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