#2F0B32

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

Shades of Mardi Gras #2F0B32

Tints of Mardi Gras #2F0B32

Color information

#2F0B32 (or 0x2F0B32) is unknown color: approx Mardi Gras. HEX triplet: 2F, 0B and 32. RGB value is (47,11,50). Sum of RGB (Red+Green+Blue) = 47+11+50=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #2F0B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0B32 is #D0F4CD. Grayscale: #1A1A1A. Windows color (decimal): -13694158 or 3279663. OLE color: 3279663.

HSL color Cylindrical-coordinate representation of color #2F0B32: hue angle of 295.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F0B32 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB471150-
CMYK0.060.7800.80
HSL295.38º63.93%11.96%-
HSV(B)295.38º78%19.61%-
XYZ1.871.073.13-
YUV26.21141.43142.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.52%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=43.52%
G=10.19%
B=46.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4711500.060.7800.80295.3863.9311.96
Hex2FB3264E05012740c
Octal5713626116012044710014
Binary101111101111001011010011100101000010010011110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,11,50); }

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

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

 a { background-color: rgb(47,11,50); }

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

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

 span { border-color: rgb(47,11,50); }

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