#2B082A

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

Shades of Mardi Gras #2B082A

Tints of Mardi Gras #2B082A

Color information

#2B082A (or 0x2B082A) is unknown color: approx Mardi Gras. HEX triplet: 2B, 08 and 2A. RGB value is (43,8,42). Sum of RGB (Red+Green+Blue) = 43+8+42=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B082A is #D4F7D5. Grayscale: #161616. Windows color (decimal): -13957078 or 2754603. OLE color: 2754603.

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

Color convert

RGB43842-
CMYK00.810.020.83
HSL301.71º68.63%10%-
HSV(B)301.71º81.4%16.86%-
XYZ1.50.852.28-
YUV22.34139.1142.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.24%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 42 (16.80% from 255) = 45.16%
R=46.24%
G=8.60%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4384200.810.020.83301.7168.6310
Hex2B82A05125312e45a
Octal5310520121212345610512
Binary10101110001010100101000110101001110010111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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