#3C0238

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

Shades of Mardi Gras #3C0238

Tints of Mardi Gras #3C0238

Color information

#3C0238 (or 0x3C0238) is unknown color: approx Mardi Gras. HEX triplet: 3C, 02 and 38. RGB value is (60,2,56). Sum of RGB (Red+Green+Blue) = 60+2+56=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0238 is #C3FDC7. Grayscale: #191919. Windows color (decimal): -12844488 or 3670588. OLE color: 3670588.

HSL color Cylindrical-coordinate representation of color #3C0238: hue angle of 304.14º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0238 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB60256-
CMYK00.970.070.76
HSL304.14º93.55%12.16%-
HSV(B)304.14º96.67%23.53%-
XYZ2.61.293.85-
YUV25.5145.22152.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50.85%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=50.85%
G=1.69%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6025600.970.070.76304.1493.5512.16
Hex3C23806174C1305ec
Octal742700141711446013614
Binary1111001011100001100001111100110010011000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,2,56); }

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

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

 a { background-color: rgb(60,2,56); }

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

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

 span { border-color: rgb(60,2,56); }

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