#3D093B

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

Shades of Mardi Gras #3D093B

Tints of Mardi Gras #3D093B

Color information

#3D093B (or 0x3D093B) is unknown color: approx Mardi Gras. HEX triplet: 3D, 09 and 3B. RGB value is (61,9,59). Sum of RGB (Red+Green+Blue) = 61+9+59=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D093B is #C2F6C4. Grayscale: #1E1E1E. Windows color (decimal): -12777157 or 3868989. OLE color: 3868989.

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

Color convert

RGB61959-
CMYK00.850.030.76
HSL302.31º74.29%13.73%-
HSV(B)302.31º85.25%23.92%-
XYZ2.811.54.28-
YUV30.25144.23149.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.29%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=47.29%
G=6.98%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6195900.850.030.76302.3174.2913.73
Hex3D93B05534C12e4ae
Octal7511730125311445611216
Binary11110110011110110101010111100110010010111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,9,59); }

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

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

 a { background-color: rgb(61,9,59); }

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

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

 span { border-color: rgb(61,9,59); }

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