Html Css Color HEX #340530 Mardi Gras

📋 copy color: '#340530'

red 52 ◦ green 5 ◦ blue 48

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

Shades of Mardi Gras #340530

Tints of Mardi Gras #340530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.76%

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

R = 49.52%
G = 4.76%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#340530 (or 0x340530) is known color: Mardi Gras. HEX triplet: 34, 05 and 30. RGB value is (52,5,48). Sum of RGB (Red+Green+Blue) = 52+5+48=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #340530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340530 is #CBFACF. Grayscale: #171717. Windows color (decimal): -13368016 or 3147060. OLE color: 3147060.

HSL color Cylindrical-coordinate representation of color #340530: hue angle of 305.11º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340530 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 5 48 -
CMYK 0 0.90 0.08 0.80
HSL 305.11º 0.82% 0.11% -
HSV(B) 305.11º 0.9% 0.2% -
XYZ 2 1.05 2.89 -
YUV 23.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 52 5 48 0 0.90 0.08 0.80 305.11 0.82 0.11
Hex 34 5 30 0 5A 8 50 131 52 B
Octal 64 5 60 0 132 10 120 461 122 13
Binary 110100 101 110000 0 1011010 1000 1010000 100110001 1010010 1011

Color Harmonies of #340530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340530

Black with #340530

Text Example


Text Example

White with #340530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340530; }

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

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

background-color css

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

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

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

border-color css

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

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

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