#38233D

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

Shades of Mardi Gras #38233D

Tints of Mardi Gras #38233D

Color information

#38233D (or 0x38233D) is unknown color: approx Mardi Gras. HEX triplet: 38, 23 and 3D. RGB value is (56,35,61). Sum of RGB (Red+Green+Blue) = 56+35+61=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #38233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38233D is #C7DCC2. Grayscale: #2C2C2C. Windows color (decimal): -13098179 or 4006712. OLE color: 4006712.

HSL color Cylindrical-coordinate representation of color #38233D: hue angle of 288.46º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38233D is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB563561-
CMYK0.080.4300.76
HSL288.46º27.08%18.82%-
HSV(B)288.46º42.62%23.92%-
XYZ3.072.384.71-
YUV44.24137.46136.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=36.84%
G=23.03%
B=40.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5635610.080.4300.76288.4627.0818.82
Hex38233D82B04C1201b13
Octal704375105301144403323
Binary1110001000111111011000101011010011001001000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38233D; }

 p { color: rgb(56,35,61); }

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

<style>
 a { background-color: #38233D; }

 a { background-color: rgb(56,35,61); }

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

<style>
 span { border-color: #38233D; }

 span { border-color: rgb(56,35,61); }

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