Html Css Color HEX #360C31 Mardi Gras

📋 copy color: '#360C31'

red 54 ◦ green 12 ◦ blue 49

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

Shades of Mardi Gras #360C31

Tints of Mardi Gras #360C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

 BLUE value IS 49 (19.53% from 255) = 42.61%

R = 46.96%
G = 10.43%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#360C31 (or 0x360C31) is known color: Mardi Gras. HEX triplet: 36, 0C and 31. RGB value is (54,12,49). Sum of RGB (Red+Green+Blue) = 54+12+49=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #360C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C31 is #C9F3CE. Grayscale: #1C1C1C. Windows color (decimal): -13235151 or 3214390. OLE color: 3214390.

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

Color convert

RGB 54 12 49 -
CMYK 0 0.78 0.09 0.79
HSL 307.14º 0.64% 0.13% -
HSV(B) 307.14º 0.78% 0.21% -
XYZ 2.21 1.27 3.03 -
YUV 28.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 54 12 49 0 0.78 0.09 0.79 307.14 0.64 0.13
Hex 36 C 31 0 4E 9 4F 133 40 D
Octal 66 14 61 0 116 11 117 463 100 15
Binary 110110 1100 110001 0 1001110 1001 1001111 100110011 1000000 1101

Color Harmonies of #360C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C31

Black with #360C31

Text Example


Text Example

White with #360C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,12,49); }

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

background-color css

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

 a { background-color: rgb(54,12,49); }

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

border-color css

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

 span { border-color: rgb(54,12,49); }

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