#3A0233

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

Shades of Mardi Gras #3A0233

Tints of Mardi Gras #3A0233

Color information

#3A0233 (or 0x3A0233) is unknown color: approx Mardi Gras. HEX triplet: 3A, 02 and 33. RGB value is (58,2,51). Sum of RGB (Red+Green+Blue) = 58+2+51=111 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.25% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0233 is #C5FDCC. Grayscale: #181818. Windows color (decimal): -12975565 or 3342906. OLE color: 3342906.

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

Color convert

RGB58251-
CMYK00.970.120.77
HSL307.5º93.33%11.76%-
HSV(B)307.5º96.55%22.75%-
XYZ2.361.183.24-
YUV24.33143.05152.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 52.25%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 51 (20.31% from 255) = 45.95%
R=52.25%
G=1.80%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5825100.970.120.77307.593.3311.76
Hex3A233061C4D1345dc
Octal7226301411411546413514
Binary11101010110011011000011100100110110011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,2,51); }

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

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

 a { background-color: rgb(58,2,51); }

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

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

 span { border-color: rgb(58,2,51); }

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