#340F38

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

Shades of Mardi Gras #340F38

Tints of Mardi Gras #340F38

Color information

#340F38 (or 0x340F38) is unknown color: approx Mardi Gras. HEX triplet: 34, 0F and 38. RGB value is (52,15,56). Sum of RGB (Red+Green+Blue) = 52+15+56=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #340F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F38 is #CBF0C7. Grayscale: #1E1E1E. Windows color (decimal): -13365448 or 3673908. OLE color: 3673908.

HSL color Cylindrical-coordinate representation of color #340F38: hue angle of 294.15º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340F38 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB521556-
CMYK0.070.7300.78
HSL294.15º57.75%13.92%-
HSV(B)294.15º73.21%21.96%-
XYZ2.31.363.88-
YUV30.74142.26143.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 15 (6.25% from 255) = 12.20%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=42.28%
G=12.20%
B=45.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5215560.070.7300.78294.1557.7513.92
Hex34F3874904E1263ae
Octal641770711101164467216
Binary11010011111110001111001001010011101001001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340F38; }

 p { color: rgb(52,15,56); }

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

<style>
 a { background-color: #340F38; }

 a { background-color: rgb(52,15,56); }

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

<style>
 span { border-color: #340F38; }

 span { border-color: rgb(52,15,56); }

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