#38253A

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

Shades of Mardi Gras #38253A

Tints of Mardi Gras #38253A

Color information

#38253A (or 0x38253A) is unknown color: approx Mardi Gras. HEX triplet: 38, 25 and 3A. RGB value is (56,37,58). Sum of RGB (Red+Green+Blue) = 56+37+58=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 58 - color contains mainly: blue. Hex color #38253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38253A is #C7DAC5. Grayscale: #2D2D2D. Windows color (decimal): -13097670 or 3810616. OLE color: 3810616.

HSL color Cylindrical-coordinate representation of color #38253A: hue angle of 294.29º 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 #38253A is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB563758-
CMYK0.030.3600.77
HSL294.29º22.11%18.63%-
HSV(B)294.29º36.21%22.75%-
XYZ3.062.474.32-
YUV45.08135.29135.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=37.09%
G=24.50%
B=38.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5637580.030.3600.77294.2922.1118.63
Hex38253A32404D1261613
Octal70457234401154462623
Binary11100010010111101011100100010011011001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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