Html Css Color HEX #36023A Mardi Gras

📋 copy color: '#36023A'

red 54 ◦ green 2 ◦ blue 58

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

Shades of Mardi Gras #36023A

Tints of Mardi Gras #36023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.75%

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

R = 47.37%
G = 1.75%
B = 50.88%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36023A (or 0x36023A) is known color: Mardi Gras. HEX triplet: 36, 02 and 3A. RGB value is (54,2,58). Sum of RGB (Red+Green+Blue) = 54+2+58=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #36023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36023A is #C9FDC5. Grayscale: #171717. Windows color (decimal): -13237702 or 3801654. OLE color: 3801654.

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

Color convert

RGB 54 2 58 -
CMYK 0.07 0.97 0 0.77
HSL 295.71º 0.93% 0.12% -
HSV(B) 295.71º 0.97% 0.23% -
XYZ 2.31 1.13 4.1 -
YUV 23.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 54 2 58 0.07 0.97 0 0.77 295.71 0.93 0.12
Hex 36 2 3A 7 61 0 4D 128 5D C
Octal 66 2 72 7 141 0 115 450 135 14
Binary 110110 10 111010 111 1100001 0 1001101 100101000 1011101 1100

Color Harmonies of #36023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36023A

Black with #36023A

Text Example


Text Example

White with #36023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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