#2A092D

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

Shades of Mardi Gras #2A092D

Tints of Mardi Gras #2A092D

Color information

#2A092D (or 0x2A092D) is unknown color: approx Mardi Gras. HEX triplet: 2A, 09 and 2D. RGB value is (42,9,45). Sum of RGB (Red+Green+Blue) = 42+9+45=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A092D is #D5F6D2. Grayscale: #161616. Windows color (decimal): -14022355 or 2951466. OLE color: 2951466.

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

Color convert

RGB42945-
CMYK0.070.800.82
HSL295º66.67%10.59%-
HSV(B)295º80%17.65%-
XYZ1.530.882.57-
YUV22.97140.43141.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 43.75%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=43.75%
G=9.38%
B=46.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal429450.070.800.8229566.6710.59
Hex2A92D75005212743b
Octal5211557120012244710313
Binary101010100110110111110100000101001010010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,9,45); }

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

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

 a { background-color: rgb(42,9,45); }

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

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

 span { border-color: rgb(42,9,45); }

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