Html Css Color HEX #340030 Mardi Gras

📋 copy color: '#340030'

red 52 ◦ green 0 ◦ blue 48

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

Shades of Mardi Gras #340030

Tints of Mardi Gras #340030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52%
G = 0%
B = 48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#340030 (or 0x340030) is known color: Mardi Gras. HEX triplet: 34, 00 and 30. RGB value is (52,0,48). Sum of RGB (Red+Green+Blue) = 52+0+48=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #340030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340030 is #CBFFCF. Grayscale: #141414. Windows color (decimal): -13369296 or 3145780. OLE color: 3145780.

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

Color convert

RGB 52 0 48 -
CMYK 0 1 0.08 0.80
HSL 304.62º 1% 0.1% -
HSV(B) 304.62º 1% 0.2% -
XYZ 1.95 0.94 2.88 -
YUV 21.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 52 0 48 0 1 0.08 0.80 304.62 1 0.1
Hex 34 0 30 0 64 8 50 131 64 A
Octal 64 0 60 0 144 10 120 461 144 12
Binary 110100 0 110000 0 1100100 1000 1010000 100110001 1100100 1010

Color Harmonies of #340030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340030

Black with #340030

Text Example


Text Example

White with #340030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340030; }

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

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

background-color css

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

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

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

border-color css

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

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

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