Html Css Color HEX #36033B Mardi Gras

📋 copy color: '#36033B'

red 54 ◦ green 3 ◦ blue 59

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

Shades of Mardi Gras #36033B

Tints of Mardi Gras #36033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

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

R = 46.55%
G = 2.59%
B = 50.86%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36033B (or 0x36033B) is known color: Mardi Gras. HEX triplet: 36, 03 and 3B. RGB value is (54,3,59). Sum of RGB (Red+Green+Blue) = 54+3+59=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #36033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36033B is #C9FCC4. Grayscale: #181818. Windows color (decimal): -13237445 or 3867446. OLE color: 3867446.

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

Color convert

RGB 54 3 59 -
CMYK 0.08 0.95 0 0.77
HSL 294.64º 0.9% 0.12% -
HSV(B) 294.64º 0.95% 0.23% -
XYZ 2.34 1.17 4.24 -
YUV 24.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 54 3 59 0.08 0.95 0 0.77 294.64 0.9 0.12
Hex 36 3 3B 8 5F 0 4D 127 5A C
Octal 66 3 73 10 137 0 115 447 132 14
Binary 110110 11 111011 1000 1011111 0 1001101 100100111 1011010 1100

Color Harmonies of #36033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36033B

Black with #36033B

Text Example


Text Example

White with #36033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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