#2D0530

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

Shades of Mardi Gras #2D0530

Tints of Mardi Gras #2D0530

Color information

#2D0530 (or 0x2D0530) is unknown color: approx Mardi Gras. HEX triplet: 2D, 05 and 30. RGB value is (45,5,48). Sum of RGB (Red+Green+Blue) = 45+5+48=98 (12% of max value = 765). Red value is 45 (17.97% from 255 or 45.92% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0530 is #D2FACF. Grayscale: #151515. Windows color (decimal): -13826768 or 3147053. OLE color: 3147053.

HSL color Cylindrical-coordinate representation of color #2D0530: hue angle of 295.81º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0530 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB45548-
CMYK0.060.9000.81
HSL295.81º81.13%10.39%-
HSV(B)295.81º89.58%18.82%-
XYZ1.670.882.88-
YUV21.86142.75144.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45.92%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=45.92%
G=5.10%
B=48.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal455480.060.9000.81295.8181.1310.39
Hex2D53065A05112851a
Octal555606132012145012112
Binary10110110111000011010110100101000110010100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D0530; }

 p { color: rgb(45,5,48); }

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

<style>
 a { background-color: #2D0530; }

 a { background-color: rgb(45,5,48); }

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

<style>
 span { border-color: #2D0530; }

 span { border-color: rgb(45,5,48); }

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