#3C153A

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

Shades of Mardi Gras #3C153A

Tints of Mardi Gras #3C153A

Color information

#3C153A (or 0x3C153A) is unknown color: approx Mardi Gras. HEX triplet: 3C, 15 and 3A. RGB value is (60,21,58). Sum of RGB (Red+Green+Blue) = 60+21+58=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C153A is #C3EAC5. Grayscale: #242424. Windows color (decimal): -12839622 or 3806524. OLE color: 3806524.

HSL color Cylindrical-coordinate representation of color #3C153A: hue angle of 303.08º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C153A is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB602158-
CMYK00.650.030.76
HSL303.08º48.15%15.88%-
HSV(B)303.08º65%23.53%-
XYZ2.91.84.2-
YUV36.88139.92144.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.17%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 58 (23.05% from 255) = 41.73%
R=43.17%
G=15.11%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60215800.650.030.76303.0848.1515.88
Hex3C153A04134C12f3010
Octal742572010131144576020
Binary111100101011110100100000111100110010010111111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,58); }

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

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

 a { background-color: rgb(60,21,58); }

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

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

 span { border-color: rgb(60,21,58); }

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