#341230

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

Shades of Mardi Gras #341230

Tints of Mardi Gras #341230

Color information

#341230 (or 0x341230) is unknown color: approx Mardi Gras. HEX triplet: 34, 12 and 30. RGB value is (52,18,48). Sum of RGB (Red+Green+Blue) = 52+18+48=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #341230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341230 is #CBEDCF. Grayscale: #1F1F1F. Windows color (decimal): -13364688 or 3150388. OLE color: 3150388.

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

Color convert

RGB521848-
CMYK00.650.080.80
HSL307.06º48.57%13.73%-
HSV(B)307.06º65.38%20.39%-
XYZ2.171.382.95-
YUV31.59137.26142.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=44.07%
G=15.25%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52184800.650.080.80307.0648.5713.73
Hex34123004185013331e
Octal6422600101101204636116
Binary1101001001011000001000001100010100001001100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341230; }

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

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

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

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

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

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

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

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