#38103D

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

Shades of Mardi Gras #38103D

Tints of Mardi Gras #38103D

Color information

#38103D (or 0x38103D) is unknown color: approx Mardi Gras. HEX triplet: 38, 10 and 3D. RGB value is (56,16,61). Sum of RGB (Red+Green+Blue) = 56+16+61=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #38103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38103D is #C7EFC2. Grayscale: #202020. Windows color (decimal): -13103043 or 4001848. OLE color: 4001848.

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

Color convert

RGB561661-
CMYK0.080.7400.76
HSL293.33º58.44%15.1%-
HSV(B)293.33º73.77%23.92%-
XYZ2.661.554.57-
YUV33.09143.75144.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 61 (24.22% from 255) = 45.86%
R=42.11%
G=12.03%
B=45.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5616610.080.7400.76293.3358.4415.1
Hex38103D84A04C1253af
Octal7020751011201144457217
Binary1110001000011110110001001010010011001001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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