Html Css Color HEX #342E31 Toledo

📋 copy color: '#342E31'

red 52 ◦ green 46 ◦ blue 49

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

Shades of Toledo #342E31

Tints of Toledo #342E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.29%

 BLUE value IS 49 (19.53% from 255) = 33.33%

R = 35.37%
G = 31.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#342E31 (or 0x342E31) is known color: Toledo. HEX triplet: 34, 2E and 31. RGB value is (52,46,49). Sum of RGB (Red+Green+Blue) = 52+46+49=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 52 - color contains mainly: red. Hex color #342E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E31 is #CBD1CE. Grayscale: #303030. Windows color (decimal): -13357519 or 3223092. OLE color: 3223092.

HSL color Cylindrical-coordinate representation of color #342E31: hue angle of 330º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #342E31 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 46 49 -
CMYK 0 0.12 0.06 0.80
HSL 330º 0.06% 0.19% -
HSV(B) 330º 0.12% 0.2% -
XYZ 2.95 2.91 3.31 -
YUV 48.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 52 46 49 0 0.12 0.06 0.80 330 0.06 0.19
Hex 34 2E 31 0 C 6 50 14A 6 13
Octal 64 56 61 0 14 6 120 512 6 23
Binary 110100 101110 110001 0 1100 110 1010000 101001010 110 10011

Color Harmonies of #342E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E31

Black with #342E31

Text Example


Text Example

White with #342E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342E31; }

 p { color: rgb(52,46,49); }

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

background-color css

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

 a { background-color: rgb(52,46,49); }

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

border-color css

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

 span { border-color: rgb(52,46,49); }

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