Html Css Color HEX #341530 Mardi Gras

📋 copy color: '#341530'

red 52 ◦ green 21 ◦ blue 48

#341530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #341530

Tints of Mardi Gras #341530

RGB

 RED value IS 52 (20.7% from 255) = 42.98%

 GREEN value IS 21 (8.59% from 255) = 17.36%

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 42.98%
G = 17.36%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#341530 (or 0x341530) is known color: Mardi Gras. HEX triplet: 34, 15 and 30. RGB value is (52,21,48). Sum of RGB (Red+Green+Blue) = 52+21+48=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #341530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341530 is #CBEACF. Grayscale: #212121. Windows color (decimal): -13363920 or 3151156. OLE color: 3151156.

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

Color convert

RGB 52 21 48 -
CMYK 0 0.60 0.08 0.80
HSL 307.74º 0.42% 0.14% -
HSV(B) 307.74º 0.6% 0.2% -
XYZ 2.22 1.48 2.97 -
YUV 33.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 52 21 48 0 0.60 0.08 0.80 307.74 0.42 0.14
Hex 34 15 30 0 3C 8 50 134 2A E
Octal 64 25 60 0 74 10 120 464 52 16
Binary 110100 10101 110000 0 111100 1000 1010000 100110100 101010 1110

Color Harmonies of #341530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341530

Black with #341530

Text Example


Text Example

White with #341530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341530; }

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

 H1.HeaderClassName
 {
   color: #341530;
 }
 .AnyTagClassName
 {
   color: #341530;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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