#3D153A

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

Shades of Mardi Gras #3D153A

Tints of Mardi Gras #3D153A

Color information

#3D153A (or 0x3D153A) is unknown color: approx Mardi Gras. HEX triplet: 3D, 15 and 3A. RGB value is (61,21,58). Sum of RGB (Red+Green+Blue) = 61+21+58=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 61 - color contains mainly: red. Hex color #3D153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D153A is #C2EAC5. Grayscale: #252525. Windows color (decimal): -12774086 or 3806525. OLE color: 3806525.

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

Color convert

RGB612158-
CMYK00.660.050.76
HSL304.5º48.78%16.08%-
HSV(B)304.5º65.57%23.92%-
XYZ2.961.834.2-
YUV37.18139.75144.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.57%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 58 (23.05% from 255) = 41.43%
R=43.57%
G=15%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61215800.660.050.76304.548.7816.08
Hex3D153A04254C1303110
Octal752572010251144606120
Binary1111011010111101001000010101100110010011000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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