#2F0C28

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

Shades of Mardi Gras #2F0C28

Tints of Mardi Gras #2F0C28

Color information

#2F0C28 (or 0x2F0C28) is unknown color: approx Mardi Gras. HEX triplet: 2F, 0C and 28. RGB value is (47,12,40). Sum of RGB (Red+Green+Blue) = 47+12+40=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C28 is #D0F3D7. Grayscale: #191919. Windows color (decimal): -13693912 or 2624559. OLE color: 2624559.

HSL color Cylindrical-coordinate representation of color #2F0C28: hue angle of 312º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F0C28 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB471240-
CMYK00.740.150.82
HSL312º59.32%11.57%-
HSV(B)312º74.47%18.43%-
XYZ1.691.022.12-
YUV25.66136.1143.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.47%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=47.47%
G=12.12%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47124000.740.150.8231259.3211.57
Hex2FC2804AF521383bc
Octal5714500112171224707314
Binary101111110010100001001010111110100101001110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,12,40); }

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

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

 a { background-color: rgb(47,12,40); }

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

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

 span { border-color: rgb(47,12,40); }

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