#340138

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

Shades of Mardi Gras #340138

Tints of Mardi Gras #340138

Color information

#340138 (or 0x340138) is unknown color: approx Mardi Gras. HEX triplet: 34, 01 and 38. RGB value is (52,1,56). Sum of RGB (Red+Green+Blue) = 52+1+56=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #340138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340138 is #CBFEC7. Grayscale: #161616. Windows color (decimal): -13369032 or 3670324. OLE color: 3670324.

HSL color Cylindrical-coordinate representation of color #340138: hue angle of 295.64º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340138 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52156-
CMYK0.070.9800.78
HSL295.64º96.49%11.18%-
HSV(B)295.64º98.21%21.96%-
XYZ2.141.043.83-
YUV22.52146.9149.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 56 (22.27% from 255) = 51.38%
R=47.71%
G=0.92%
B=51.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal521560.070.9800.78295.6496.4911.18
Hex3413876204E12860b
Octal641707142011645014013
Binary110100111100011111000100100111010010100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340138; }

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

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

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

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

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

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

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

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