#3A233B

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

Shades of Mardi Gras #3A233B

Tints of Mardi Gras #3A233B

Color information

#3A233B (or 0x3A233B) is unknown color: approx Mardi Gras. HEX triplet: 3A, 23 and 3B. RGB value is (58,35,59). Sum of RGB (Red+Green+Blue) = 58+35+59=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A233B is #C5DCC4. Grayscale: #2C2C2C. Windows color (decimal): -12967109 or 3875642. OLE color: 3875642.

HSL color Cylindrical-coordinate representation of color #3A233B: hue angle of 297.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A233B is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB583559-
CMYK0.020.4100.77
HSL297.5º25.53%18.43%-
HSV(B)297.5º40.68%23.14%-
XYZ3.142.424.44-
YUV44.61136.12137.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=38.16%
G=23.03%
B=38.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5835590.020.4100.77297.525.5318.43
Hex3A233B22904D12a1a12
Octal72437325101154523222
Binary11101010001111101110101001010011011001010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,35,59); }

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

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

 a { background-color: rgb(58,35,59); }

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

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

 span { border-color: rgb(58,35,59); }

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