#38213A

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

Shades of Mardi Gras #38213A

Tints of Mardi Gras #38213A

Color information

#38213A (or 0x38213A) is unknown color: approx Mardi Gras. HEX triplet: 38, 21 and 3A. RGB value is (56,33,58). Sum of RGB (Red+Green+Blue) = 56+33+58=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #38213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38213A is #C7DEC5. Grayscale: #2A2A2A. Windows color (decimal): -13098694 or 3809592. OLE color: 3809592.

HSL color Cylindrical-coordinate representation of color #38213A: hue angle of 295.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38213A is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB563358-
CMYK0.030.4300.77
HSL295.2º27.47%17.84%-
HSV(B)295.2º43.1%22.75%-
XYZ2.942.234.28-
YUV42.73136.62137.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=38.10%
G=22.45%
B=39.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5633580.030.4300.77295.227.4717.84
Hex38213A32B04D1271b12
Octal70417235301154473322
Binary11100010000111101011101011010011011001001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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