Html Css Color HEX #352F31 Toledo

📋 copy color: '#352F31'

red 53 ◦ green 47 ◦ blue 49

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

Shades of Toledo #352F31

Tints of Toledo #352F31

RGB

 RED value IS 53 (21.09% from 255) = 35.57%

 GREEN value IS 47 (18.75% from 255) = 31.54%

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

R = 35.57%
G = 31.54%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#352F31 (or 0x352F31) is known color: Toledo. HEX triplet: 35, 2F and 31. RGB value is (53,47,49). Sum of RGB (Red+Green+Blue) = 53+47+49=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 53 - color contains mainly: red. Hex color #352F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F31 is #CAD0CE. Grayscale: #313131. Windows color (decimal): -13291727 or 3223349. OLE color: 3223349.

HSL color Cylindrical-coordinate representation of color #352F31: hue angle of 340º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #352F31 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 47 49 -
CMYK 0 0.11 0.08 0.79
HSL 340º 0.06% 0.2% -
HSV(B) 340º 0.11% 0.21% -
XYZ 3.04 3.01 3.33 -
YUV 49.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 53 47 49 0 0.11 0.08 0.79 340 0.06 0.2
Hex 35 2F 31 0 B 8 4F 154 6 14
Octal 65 57 61 0 13 10 117 524 6 24
Binary 110101 101111 110001 0 1011 1000 1001111 101010100 110 10100

Color Harmonies of #352F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F31

Black with #352F31

Text Example


Text Example

White with #352F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352F31; }

 p { color: rgb(53,47,49); }

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

background-color css

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

 a { background-color: rgb(53,47,49); }

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

border-color css

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

 span { border-color: rgb(53,47,49); }

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