Html Css Color HEX #34172F Mardi Gras

📋 copy color: '#34172F'

red 52 ◦ green 23 ◦ blue 47

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

Shades of Mardi Gras #34172F

Tints of Mardi Gras #34172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.85%

 BLUE value IS 47 (18.75% from 255) = 38.52%

R = 42.62%
G = 18.85%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#34172F (or 0x34172F) is known color: Mardi Gras. HEX triplet: 34, 17 and 2F. RGB value is (52,23,47). Sum of RGB (Red+Green+Blue) = 52+23+47=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #34172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34172F is #CBE8D0. Grayscale: #222222. Windows color (decimal): -13363409 or 3086132. OLE color: 3086132.

HSL color Cylindrical-coordinate representation of color #34172F: hue angle of 310.34º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34172F is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 23 47 -
CMYK 0 0.56 0.10 0.80
HSL 310.34º 0.39% 0.15% -
HSV(B) 310.34º 0.56% 0.2% -
XYZ 2.24 1.55 2.87 -
YUV 34.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 52 23 47 0 0.56 0.10 0.80 310.34 0.39 0.15
Hex 34 17 2F 0 38 A 50 136 27 F
Octal 64 27 57 0 70 12 120 466 47 17
Binary 110100 10111 101111 0 111000 1010 1010000 100110110 100111 1111

Color Harmonies of #34172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34172F

Black with #34172F

Text Example


Text Example

White with #34172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34172F; }

 p { color: rgb(52,23,47); }

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

background-color css

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

 a { background-color: rgb(52,23,47); }

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

border-color css

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

 span { border-color: rgb(52,23,47); }

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