#38093D

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

Shades of Mardi Gras #38093D

Tints of Mardi Gras #38093D

Color information

#38093D (or 0x38093D) is unknown color: approx Mardi Gras. HEX triplet: 38, 09 and 3D. RGB value is (56,9,61). Sum of RGB (Red+Green+Blue) = 56+9+61=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #38093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38093D is #C7F6C2. Grayscale: #1C1C1C. Windows color (decimal): -13104835 or 4000056. OLE color: 4000056.

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

Color convert

RGB56961-
CMYK0.080.8500.76
HSL294.23º74.29%13.73%-
HSV(B)294.23º85.25%23.92%-
XYZ2.571.374.54-
YUV28.98146.07147.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=44.44%
G=7.14%
B=48.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal569610.080.8500.76294.2374.2913.73
Hex3893D85504C1264ae
Octal70117510125011444611216
Binary1110001001111101100010101010100110010010011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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