Html Css Color HEX #340A30 Mardi Gras

📋 copy color: '#340A30'

red 52 ◦ green 10 ◦ blue 48

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

Shades of Mardi Gras #340A30

Tints of Mardi Gras #340A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.09%

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

R = 47.27%
G = 9.09%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#340A30 (or 0x340A30) is known color: Mardi Gras. HEX triplet: 34, 0A and 30. RGB value is (52,10,48). Sum of RGB (Red+Green+Blue) = 52+10+48=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #340A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A30 is #CBF5CF. Grayscale: #1A1A1A. Windows color (decimal): -13366736 or 3148340. OLE color: 3148340.

HSL color Cylindrical-coordinate representation of color #340A30: hue angle of 305.71º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A30 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 10 48 -
CMYK 0 0.81 0.08 0.80
HSL 305.71º 0.68% 0.12% -
HSV(B) 305.71º 0.81% 0.2% -
XYZ 2.06 1.16 2.91 -
YUV 26.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 52 10 48 0 0.81 0.08 0.80 305.71 0.68 0.12
Hex 34 A 30 0 51 8 50 132 44 C
Octal 64 12 60 0 121 10 120 462 104 14
Binary 110100 1010 110000 0 1010001 1000 1010000 100110010 1000100 1100

Color Harmonies of #340A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A30

Black with #340A30

Text Example


Text Example

White with #340A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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