#36233A

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

Shades of Mardi Gras #36233A

Tints of Mardi Gras #36233A

Color information

#36233A (or 0x36233A) is unknown color: approx Mardi Gras. HEX triplet: 36, 23 and 3A. RGB value is (54,35,58). Sum of RGB (Red+Green+Blue) = 54+35+58=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #36233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36233A is #C9DCC5. Grayscale: #2B2B2B. Windows color (decimal): -13229254 or 3810102. OLE color: 3810102.

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

Color convert

RGB543558-
CMYK0.070.4000.77
HSL289.57º24.73%18.24%-
HSV(B)289.57º39.66%22.75%-
XYZ2.892.294.29-
YUV43.3136.29135.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=36.73%
G=23.81%
B=39.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5435580.070.4000.77289.5724.7318.24
Hex36233A72804D1221912
Octal66437275001154423122
Binary110110100011111010111101000010011011001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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