#43023B

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

Shades of Mardi Gras #43023B

Tints of Mardi Gras #43023B

Color information

#43023B (or 0x43023B) is unknown color: approx Mardi Gras. HEX triplet: 43, 02 and 3B. RGB value is (67,2,59). Sum of RGB (Red+Green+Blue) = 67+2+59=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #43023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43023B is #BCFDC4. Grayscale: #1B1B1B. Windows color (decimal): -12385733 or 3867203. OLE color: 3867203.

HSL color Cylindrical-coordinate representation of color #43023B: hue angle of 307.38º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43023B is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB67259-
CMYK00.970.120.74
HSL307.38º94.2%13.53%-
HSV(B)307.38º97.01%26.27%-
XYZ3.131.554.27-
YUV27.93145.53155.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=52.34%
G=1.56%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6725900.970.120.74307.3894.213.53
Hex4323B061C4A1335ee
Octal10327301411411246313616
Binary100001110111011011000011100100101010011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43023B; }

 p { color: rgb(67,2,59); }

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

<style>
 a { background-color: #43023B; }

 a { background-color: rgb(67,2,59); }

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

<style>
 span { border-color: #43023B; }

 span { border-color: rgb(67,2,59); }

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