Html Css Color HEX #36013A Mardi Gras

📋 copy color: '#36013A'

red 54 ◦ green 1 ◦ blue 58

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

Shades of Mardi Gras #36013A

Tints of Mardi Gras #36013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 58 (23.05% from 255) = 51.33%

R = 47.79%
G = 0.88%
B = 51.33%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36013A (or 0x36013A) is known color: Mardi Gras. HEX triplet: 36, 01 and 3A. RGB value is (54,1,58). Sum of RGB (Red+Green+Blue) = 54+1+58=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #36013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36013A is #C9FEC5. Grayscale: #171717. Windows color (decimal): -13237958 or 3801398. OLE color: 3801398.

HSL color Cylindrical-coordinate representation of color #36013A: hue angle of 295.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36013A is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 1 58 -
CMYK 0.07 0.98 0 0.77
HSL 295.79º 0.97% 0.12% -
HSV(B) 295.79º 0.98% 0.23% -
XYZ 2.3 1.11 4.1 -
YUV 23.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 54 1 58 0.07 0.98 0 0.77 295.79 0.97 0.12
Hex 36 1 3A 7 62 0 4D 128 61 C
Octal 66 1 72 7 142 0 115 450 141 14
Binary 110110 1 111010 111 1100010 0 1001101 100101000 1100001 1100

Color Harmonies of #36013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36013A

Black with #36013A

Text Example


Text Example

White with #36013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36013A; }

 p { color: rgb(54,1,58); }

 H1.HeaderClassName
 {
   color: #36013A;
 }
 .AnyTagClassName
 {
   color: #36013A;
 }
</style>

background-color css

<style>
 a { background-color: #36013A; }

 a { background-color: rgb(54,1,58); }

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

border-color css

<style>
 span { border-color: #36013A; }

 span { border-color: rgb(54,1,58); }

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