Html Css Color HEX #36053B Mardi Gras

📋 copy color: '#36053B'

red 54 ◦ green 5 ◦ blue 59

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

Shades of Mardi Gras #36053B

Tints of Mardi Gras #36053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.24%

 BLUE value IS 59 (23.44% from 255) = 50%

R = 45.76%
G = 4.24%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36053B (or 0x36053B) is known color: Mardi Gras. HEX triplet: 36, 05 and 3B. RGB value is (54,5,59). Sum of RGB (Red+Green+Blue) = 54+5+59=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #36053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36053B is #C9FAC4. Grayscale: #191919. Windows color (decimal): -13236933 or 3867958. OLE color: 3867958.

HSL color Cylindrical-coordinate representation of color #36053B: hue angle of 294.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36053B is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 5 59 -
CMYK 0.08 0.92 0 0.77
HSL 294.44º 0.84% 0.13% -
HSV(B) 294.44º 0.92% 0.23% -
XYZ 2.37 1.21 4.25 -
YUV 25.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 54 5 59 0.08 0.92 0 0.77 294.44 0.84 0.13
Hex 36 5 3B 8 5C 0 4D 126 54 D
Octal 66 5 73 10 134 0 115 446 124 15
Binary 110110 101 111011 1000 1011100 0 1001101 100100110 1010100 1101

Color Harmonies of #36053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36053B

Black with #36053B

Text Example


Text Example

White with #36053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36053B; }

 p { color: rgb(54,5,59); }

 H1.HeaderClassName
 {
   color: #36053B;
 }
 .AnyTagClassName
 {
   color: #36053B;
 }
</style>

background-color css

<style>
 a { background-color: #36053B; }

 a { background-color: rgb(54,5,59); }

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

border-color css

<style>
 span { border-color: #36053B; }

 span { border-color: rgb(54,5,59); }

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