#340235

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

Shades of Mardi Gras #340235

Tints of Mardi Gras #340235

Color information

#340235 (or 0x340235) is unknown color: approx Mardi Gras. HEX triplet: 34, 02 and 35. RGB value is (52,2,53). Sum of RGB (Red+Green+Blue) = 52+2+53=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #340235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340235 is #CBFDCA. Grayscale: #161616. Windows color (decimal): -13368779 or 3473972. OLE color: 3473972.

HSL color Cylindrical-coordinate representation of color #340235: hue angle of 298.82º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340235 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB52253-
CMYK0.020.9600.79
HSL298.82º92.73%10.78%-
HSV(B)298.82º96.23%20.78%-
XYZ2.081.033.46-
YUV22.76145.06148.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 53 (21.09% from 255) = 49.53%
R=48.60%
G=1.87%
B=49.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal522530.020.9600.79298.8292.7310.78
Hex3423526004F12b5db
Octal642652140011745313513
Binary110100101101011011000000100111110010101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340235; }

 p { color: rgb(52,2,53); }

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

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

 a { background-color: rgb(52,2,53); }

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

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

 span { border-color: rgb(52,2,53); }

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