#38043B

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

Shades of Mardi Gras #38043B

Tints of Mardi Gras #38043B

Color information

#38043B (or 0x38043B) is unknown color: approx Mardi Gras. HEX triplet: 38, 04 and 3B. RGB value is (56,4,59). Sum of RGB (Red+Green+Blue) = 56+4+59=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #38043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38043B is #C7FBC4. Grayscale: #191919. Windows color (decimal): -13106117 or 3867704. OLE color: 3867704.

HSL color Cylindrical-coordinate representation of color #38043B: hue angle of 296.73º 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 #38043B is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB56459-
CMYK0.050.9300.77
HSL296.73º87.3%12.35%-
HSV(B)296.73º93.22%23.14%-
XYZ2.461.244.25-
YUV25.82146.73149.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 59 (23.44% from 255) = 49.58%
R=47.06%
G=3.36%
B=49.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal564590.050.9300.77296.7387.312.35
Hex3843B55D04D12957c
Octal704735135011545112714
Binary11100010011101110110111010100110110010100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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