#3A0F38

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

Shades of Mardi Gras #3A0F38

Tints of Mardi Gras #3A0F38

Color information

#3A0F38 (or 0x3A0F38) is unknown color: approx Mardi Gras. HEX triplet: 3A, 0F and 38. RGB value is (58,15,56). Sum of RGB (Red+Green+Blue) = 58+15+56=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0F38 is #C5F0C7. Grayscale: #202020. Windows color (decimal): -12972232 or 3673914. OLE color: 3673914.

HSL color Cylindrical-coordinate representation of color #3A0F38: hue angle of 302.79º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A0F38 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB581556-
CMYK00.740.030.77
HSL302.79º58.9%14.31%-
HSV(B)302.79º74.14%22.75%-
XYZ2.631.533.9-
YUV32.53141.25146.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.96%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=44.96%
G=11.63%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58155600.740.030.77302.7958.914.31
Hex3AF3804A34D12f3be
Octal721770011231154577316
Binary1110101111111000010010101110011011001011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A0F38; }

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

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

<style>
 a { background-color: #3A0F38; }

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

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

<style>
 span { border-color: #3A0F38; }

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

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