#2D0F28

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

Shades of Mardi Gras #2D0F28

Tints of Mardi Gras #2D0F28

Color information

#2D0F28 (or 0x2D0F28) is unknown color: approx Mardi Gras. HEX triplet: 2D, 0F and 28. RGB value is (45,15,40). Sum of RGB (Red+Green+Blue) = 45+15+40=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0F28 is #D2F0D7. Grayscale: #1A1A1A. Windows color (decimal): -13824216 or 2625325. OLE color: 2625325.

HSL color Cylindrical-coordinate representation of color #2D0F28: hue angle of 310º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D0F28 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB451540-
CMYK00.670.110.82
HSL310º50%11.76%-
HSV(B)310º66.67%17.65%-
XYZ1.641.052.12-
YUV26.82135.44140.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45%
GREEN value IS 15 (6.25% from 255) = 15%
BLUE value IS 40 (16.02% from 255) = 40%
R=45%
G=15%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45154000.670.110.823105011.76
Hex2DF28043B5213632c
Octal5517500103131224666214
Binary101101111110100001000011101110100101001101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,15,40); }

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

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

 a { background-color: rgb(45,15,40); }

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

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

 span { border-color: rgb(45,15,40); }

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