#2A0225

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

Shades of Mardi Gras #2A0225

Tints of Mardi Gras #2A0225

Color information

#2A0225 (or 0x2A0225) is unknown color: approx Mardi Gras. HEX triplet: 2A, 02 and 25. RGB value is (42,2,37). Sum of RGB (Red+Green+Blue) = 42+2+37=81 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.85% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0225 is #D5FDDA. Grayscale: #111111. Windows color (decimal): -14024155 or 2425386. OLE color: 2425386.

HSL color Cylindrical-coordinate representation of color #2A0225: hue angle of 307.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0225 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB42237-
CMYK00.950.120.84
HSL307.5º90.91%8.63%-
HSV(B)307.5º95.24%16.47%-
XYZ1.310.671.81-
YUV17.95138.75145.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 51.85%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 37 (14.84% from 255) = 45.68%
R=51.85%
G=2.47%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4223700.950.120.84307.590.918.63
Hex2A22505FC541345b9
Octal5224501371412446413311
Binary10101010100101010111111100101010010011010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,2,37); }

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

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

 a { background-color: rgb(42,2,37); }

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

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

 span { border-color: rgb(42,2,37); }

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