#38023D

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

Shades of Mardi Gras #38023D

Tints of Mardi Gras #38023D

Color information

#38023D (or 0x38023D) is unknown color: approx Mardi Gras. HEX triplet: 38, 02 and 3D. RGB value is (56,2,61). Sum of RGB (Red+Green+Blue) = 56+2+61=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #38023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38023D is #C7FDC2. Grayscale: #181818. Windows color (decimal): -13106627 or 3998264. OLE color: 3998264.

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

Color convert

RGB56261-
CMYK0.080.9700.76
HSL294.92º93.65%12.35%-
HSV(B)294.92º96.72%23.92%-
XYZ2.491.224.52-
YUV24.87148.39150.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=47.06%
G=1.68%
B=51.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal562610.080.9700.76294.9293.6512.35
Hex3823D86104C1275ec
Octal7027510141011444713614
Binary11100010111101100011000010100110010010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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