Html Css Color HEX #360D34 Mardi Gras

📋 copy color: '#360D34'

red 54 ◦ green 13 ◦ blue 52

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

Shades of Mardi Gras #360D34

Tints of Mardi Gras #360D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 43.7%

R = 45.38%
G = 10.92%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#360D34 (or 0x360D34) is known color: Mardi Gras. HEX triplet: 36, 0D and 34. RGB value is (54,13,52). Sum of RGB (Red+Green+Blue) = 54+13+52=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #360D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D34 is #C9F2CB. Grayscale: #1D1D1D. Windows color (decimal): -13234892 or 3411254. OLE color: 3411254.

HSL color Cylindrical-coordinate representation of color #360D34: hue angle of 302.93º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360D34 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 13 52 -
CMYK 0 0.76 0.04 0.79
HSL 302.93º 0.61% 0.13% -
HSV(B) 302.93º 0.76% 0.21% -
XYZ 2.29 1.32 3.38 -
YUV 29.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 54 13 52 0 0.76 0.04 0.79 302.93 0.61 0.13
Hex 36 D 34 0 4C 4 4F 12F 3D D
Octal 66 15 64 0 114 4 117 457 75 15
Binary 110110 1101 110100 0 1001100 100 1001111 100101111 111101 1101

Color Harmonies of #360D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D34

Black with #360D34

Text Example


Text Example

White with #360D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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