#38223D

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

Shades of Mardi Gras #38223D

Tints of Mardi Gras #38223D

Color information

#38223D (or 0x38223D) is unknown color: approx Mardi Gras. HEX triplet: 38, 22 and 3D. RGB value is (56,34,61). Sum of RGB (Red+Green+Blue) = 56+34+61=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #38223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38223D is #C7DDC2. Grayscale: #2B2B2B. Windows color (decimal): -13098435 or 4006456. OLE color: 4006456.

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

Color convert

RGB563461-
CMYK0.080.4400.76
HSL288.89º28.42%18.63%-
HSV(B)288.89º44.26%23.92%-
XYZ3.052.324.7-
YUV43.66137.79136.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=37.09%
G=22.52%
B=40.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5634610.080.4400.76288.8928.4218.63
Hex38223D82C04C1211c13
Octal704275105401144413423
Binary1110001000101111011000101100010011001001000011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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