#38253B

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

Shades of Mardi Gras #38253B

Tints of Mardi Gras #38253B

Color information

#38253B (or 0x38253B) is unknown color: approx Mardi Gras. HEX triplet: 38, 25 and 3B. RGB value is (56,37,59). Sum of RGB (Red+Green+Blue) = 56+37+59=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #38253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38253B is #C7DAC4. Grayscale: #2D2D2D. Windows color (decimal): -13097669 or 3876152. OLE color: 3876152.

HSL color Cylindrical-coordinate representation of color #38253B: hue angle of 291.82º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38253B is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB563759-
CMYK0.050.3700.77
HSL291.82º22.92%18.82%-
HSV(B)291.82º37.29%23.14%-
XYZ3.082.484.45-
YUV45.19135.79135.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=36.84%
G=24.34%
B=38.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5637590.050.3700.77291.8222.9218.82
Hex38253B52504D1241713
Octal70457354501154442723
Binary111000100101111011101100101010011011001001001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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