#3A0F36

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

Shades of Mardi Gras #3A0F36

Tints of Mardi Gras #3A0F36

Color information

#3A0F36 (or 0x3A0F36) is unknown color: approx Mardi Gras. HEX triplet: 3A, 0F and 36. RGB value is (58,15,54). Sum of RGB (Red+Green+Blue) = 58+15+54=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0F36 is #C5F0C9. Grayscale: #202020. Windows color (decimal): -12972234 or 3542842. OLE color: 3542842.

HSL color Cylindrical-coordinate representation of color #3A0F36: hue angle of 305.58º 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 #3A0F36 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB581554-
CMYK00.740.070.77
HSL305.58º58.9%14.31%-
HSV(B)305.58º74.14%22.75%-
XYZ2.581.513.64-
YUV32.3140.25146.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.67%
GREEN value IS 15 (6.25% from 255) = 11.81%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=45.67%
G=11.81%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58155400.740.070.77305.5858.914.31
Hex3AF3604A74D1323be
Octal721766011271154627316
Binary11101011111101100100101011110011011001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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