#38033D

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

Shades of Mardi Gras #38033D

Tints of Mardi Gras #38033D

Color information

#38033D (or 0x38033D) is unknown color: approx Mardi Gras. HEX triplet: 38, 03 and 3D. RGB value is (56,3,61). Sum of RGB (Red+Green+Blue) = 56+3+61=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #38033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38033D is #C7FCC2. Grayscale: #191919. Windows color (decimal): -13106371 or 3998520. OLE color: 3998520.

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

Color convert

RGB56361-
CMYK0.080.9500.76
HSL294.83º90.62%12.55%-
HSV(B)294.83º95.08%23.92%-
XYZ2.511.244.52-
YUV25.46148.06149.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 61 (24.22% from 255) = 50.83%
R=46.67%
G=2.5%
B=50.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal563610.080.9500.76294.8390.6212.55
Hex3833D85F04C1275bd
Octal7037510137011444713315
Binary11100011111101100010111110100110010010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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