#2A252B

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

Shades of Mardi Gras #2A252B

Tints of Mardi Gras #2A252B

Color information

#2A252B (or 0x2A252B) is unknown color: approx Mardi Gras. HEX triplet: 2A, 25 and 2B. RGB value is (42,37,43). Sum of RGB (Red+Green+Blue) = 42+37+43=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A252B is #D5DAD4. Grayscale: #272727. Windows color (decimal): -14015189 or 2827562. OLE color: 2827562.

HSL color Cylindrical-coordinate representation of color #2A252B: hue angle of 290º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2A252B is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB423743-
CMYK0.020.1400.83
HSL290º7.5%15.69%-
HSV(B)290º13.95%16.86%-
XYZ2.051.992.56-
YUV39.18130.16130.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.43%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=34.43%
G=30.33%
B=35.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4237430.020.1400.832907.515.69
Hex2A252B2E053122710
Octal5245532160123442720
Binary1010101001011010111011100101001110010001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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