#3C223F

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

Shades of Mardi Gras #3C223F

Tints of Mardi Gras #3C223F

Color information

#3C223F (or 0x3C223F) is unknown color: approx Mardi Gras. HEX triplet: 3C, 22 and 3F. RGB value is (60,34,63). Sum of RGB (Red+Green+Blue) = 60+34+63=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C223F is #C3DDC0. Grayscale: #2C2C2C. Windows color (decimal): -12836289 or 4137532. OLE color: 4137532.

HSL color Cylindrical-coordinate representation of color #3C223F: hue angle of 293.79º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C223F is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB603463-
CMYK0.050.4600.75
HSL293.79º29.9%19.02%-
HSV(B)293.79º46.03%24.71%-
XYZ3.332.465-
YUV45.08138.11138.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.22%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 63 (25% from 255) = 40.13%
R=38.22%
G=21.66%
B=40.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6034630.050.4600.75293.7929.919.02
Hex3C223F52E04B1261e13
Octal74427755601134463623
Binary111100100010111111101101110010010111001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,34,63); }

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

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

 a { background-color: rgb(60,34,63); }

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

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

 span { border-color: rgb(60,34,63); }

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