#2F132E

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

Shades of Mardi Gras #2F132E

Tints of Mardi Gras #2F132E

Color information

#2F132E (or 0x2F132E) is unknown color: approx Mardi Gras. HEX triplet: 2F, 13 and 2E. RGB value is (47,19,46). Sum of RGB (Red+Green+Blue) = 47+19+46=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 47 - color contains mainly: red. Hex color #2F132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F132E is #D0ECD1. Grayscale: #1E1E1E. Windows color (decimal): -13692114 or 3019567. OLE color: 3019567.

HSL color Cylindrical-coordinate representation of color #2F132E: hue angle of 302.14º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F132E is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB471946-
CMYK00.600.020.82
HSL302.14º42.42%12.94%-
HSV(B)302.14º59.57%18.43%-
XYZ1.91.272.73-
YUV30.45136.78139.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.96%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 46 (18.36% from 255) = 41.07%
R=41.96%
G=16.96%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47194600.600.020.82302.1442.4212.94
Hex2F132E03C25212e2ad
Octal57235607421224565215
Binary1011111001110111001111001010100101001011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,19,46); }

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

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

 a { background-color: rgb(47,19,46); }

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

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

 span { border-color: rgb(47,19,46); }

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