#3A223D

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

Shades of Mardi Gras #3A223D

Tints of Mardi Gras #3A223D

Color information

#3A223D (or 0x3A223D) is unknown color: approx Mardi Gras. HEX triplet: 3A, 22 and 3D. RGB value is (58,34,61). Sum of RGB (Red+Green+Blue) = 58+34+61=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A223D is #C5DDC2. Grayscale: #2C2C2C. Windows color (decimal): -12967363 or 4006458. OLE color: 4006458.

HSL color Cylindrical-coordinate representation of color #3A223D: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A223D is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB583461-
CMYK0.050.4400.76
HSL293.33º28.42%18.63%-
HSV(B)293.33º44.26%23.92%-
XYZ3.162.384.71-
YUV44.25137.45137.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.91%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=37.91%
G=22.22%
B=39.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5834610.050.4400.76293.3328.4218.63
Hex3A223D52C04C1251c13
Octal72427555401144453423
Binary111010100010111101101101100010011001001001011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,34,61); }

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

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

 a { background-color: rgb(58,34,61); }

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

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

 span { border-color: rgb(58,34,61); }

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