#341430

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

Shades of Mardi Gras #341430

Tints of Mardi Gras #341430

Color information

#341430 (or 0x341430) is unknown color: approx Mardi Gras. HEX triplet: 34, 14 and 30. RGB value is (52,20,48). Sum of RGB (Red+Green+Blue) = 52+20+48=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #341430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341430 is #CBEBCF. Grayscale: #202020. Windows color (decimal): -13364176 or 3150900. OLE color: 3150900.

HSL color Cylindrical-coordinate representation of color #341430: hue angle of 307.5º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #341430 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB522048-
CMYK00.620.080.80
HSL307.5º44.44%14.12%-
HSV(B)307.5º61.54%20.39%-
XYZ2.21.442.96-
YUV32.76136.6141.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 48 (19.14% from 255) = 40%
R=43.33%
G=16.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52204800.620.080.80307.544.4414.12
Hex34143003E8501342ce
Octal642460076101204645416
Binary110100101001100000111110100010100001001101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341430; }

 p { color: rgb(52,20,48); }

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

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

 a { background-color: rgb(52,20,48); }

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

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

 span { border-color: rgb(52,20,48); }

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