#340338

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

Shades of Mardi Gras #340338

Tints of Mardi Gras #340338

Color information

#340338 (or 0x340338) is unknown color: approx Mardi Gras. HEX triplet: 34, 03 and 38. RGB value is (52,3,56). Sum of RGB (Red+Green+Blue) = 52+3+56=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #340338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340338 is #CBFCC7. Grayscale: #171717. Windows color (decimal): -13368520 or 3670836. OLE color: 3670836.

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

Color convert

RGB52356-
CMYK0.070.9500.78
HSL295.47º89.83%11.57%-
HSV(B)295.47º94.64%21.96%-
XYZ2.161.083.84-
YUV23.69146.23148.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=46.85%
G=2.70%
B=50.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal523560.070.9500.78295.4789.8311.57
Hex3433875F04E1275ac
Octal643707137011644713214
Binary1101001111100011110111110100111010010011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340338; }

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

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

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

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

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

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

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

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