#3C0138

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

Shades of Mardi Gras #3C0138

Tints of Mardi Gras #3C0138

Color information

#3C0138 (or 0x3C0138) is unknown color: approx Mardi Gras. HEX triplet: 3C, 01 and 38. RGB value is (60,1,56). Sum of RGB (Red+Green+Blue) = 60+1+56=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0138 is #C3FEC7. Grayscale: #181818. Windows color (decimal): -12844744 or 3670332. OLE color: 3670332.

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

Color convert

RGB60156-
CMYK00.980.070.76
HSL304.07º96.72%11.96%-
HSV(B)304.07º98.33%23.53%-
XYZ2.591.273.85-
YUV24.91145.55153.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 51.28%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 56 (22.27% from 255) = 47.86%
R=51.28%
G=0.85%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6015600.980.070.76304.0796.7211.96
Hex3C13806274C13061c
Octal741700142711446014114
Binary111100111100001100010111100110010011000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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