#39253A

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

Shades of Mardi Gras #39253A

Tints of Mardi Gras #39253A

Color information

#39253A (or 0x39253A) is unknown color: approx Mardi Gras. HEX triplet: 39, 25 and 3A. RGB value is (57,37,58). Sum of RGB (Red+Green+Blue) = 57+37+58=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #39253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39253A is #C6DAC5. Grayscale: #2D2D2D. Windows color (decimal): -13032134 or 3810617. OLE color: 3810617.

HSL color Cylindrical-coordinate representation of color #39253A: hue angle of 297.14º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #39253A is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB573758-
CMYK0.020.3600.77
HSL297.14º22.11%18.63%-
HSV(B)297.14º36.21%22.75%-
XYZ3.112.54.32-
YUV45.37135.13136.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=37.5%
G=24.34%
B=38.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5737580.020.3600.77297.1422.1118.63
Hex39253A22404D1291613
Octal71457224401154512623
Binary11100110010111101010100100010011011001010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,37,58); }

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

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

 a { background-color: rgb(57,37,58); }

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

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

 span { border-color: rgb(57,37,58); }

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