#36243A

Color #36243A Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #36243A

Tints of Mardi Gras #36243A

Color information

#36243A (or 0x36243A) is unknown color: approx Mardi Gras. HEX triplet: 36, 24 and 3A. RGB value is (54,36,58). Sum of RGB (Red+Green+Blue) = 54+36+58=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #36243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36243A is #C9DBC5. Grayscale: #2B2B2B. Windows color (decimal): -13228998 or 3810358. OLE color: 3810358.

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

Color convert

RGB543658-
CMYK0.070.3800.77
HSL289.09º23.4%18.43%-
HSV(B)289.09º37.93%22.75%-
XYZ2.922.354.3-
YUV43.89135.96135.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=36.49%
G=24.32%
B=39.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5436580.070.3800.77289.0923.418.43
Hex36243A72604D1211712
Octal66447274601154412722
Binary110110100100111010111100110010011011001000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36243A;
 }
 .AnyTagClassName
 {
   color: #36243A;
 }
</style>
background-color css

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

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

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

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

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

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