#38043A

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

Shades of Mardi Gras #38043A

Tints of Mardi Gras #38043A

Color information

#38043A (or 0x38043A) is unknown color: approx Mardi Gras. HEX triplet: 38, 04 and 3A. RGB value is (56,4,58). Sum of RGB (Red+Green+Blue) = 56+4+58=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #38043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38043A is #C7FBC5. Grayscale: #191919. Windows color (decimal): -13106118 or 3802168. OLE color: 3802168.

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

Color convert

RGB56458-
CMYK0.030.9300.77
HSL297.78º87.1%12.16%-
HSV(B)297.78º93.1%22.75%-
XYZ2.441.234.11-
YUV25.7146.23149.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 58 (23.05% from 255) = 49.15%
R=47.46%
G=3.39%
B=49.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal564580.030.9300.77297.7887.112.16
Hex3843A35D04D12a57c
Octal704723135011545212714
Binary1110001001110101110111010100110110010101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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