Html Css Color HEX #351F29 Toledo

📋 copy color: '#351F29'

red 53 ◦ green 31 ◦ blue 41

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

Shades of Toledo #351F29

Tints of Toledo #351F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.8%

 BLUE value IS 41 (16.41% from 255) = 32.8%

R = 42.4%
G = 24.8%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#351F29 (or 0x351F29) is known color: Toledo. HEX triplet: 35, 1F and 29. RGB value is (53,31,41). Sum of RGB (Red+Green+Blue) = 53+31+41=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #351F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F29 is #CAE0D6. Grayscale: #262626. Windows color (decimal): -13295831 or 2694965. OLE color: 2694965.

HSL color Cylindrical-coordinate representation of color #351F29: hue angle of 332.73º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #351F29 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 31 41 -
CMYK 0 0.42 0.23 0.79
HSL 332.73º 0.26% 0.16% -
HSV(B) 332.73º 0.42% 0.21% -
XYZ 2.36 1.9 2.34 -
YUV 38.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 53 31 41 0 0.42 0.23 0.79 332.73 0.26 0.16
Hex 35 1F 29 0 2A 17 4F 14D 1A 10
Octal 65 37 51 0 52 27 117 515 32 20
Binary 110101 11111 101001 0 101010 10111 1001111 101001101 11010 10000

Color Harmonies of #351F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F29

Black with #351F29

Text Example


Text Example

White with #351F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351F29; }

 p { color: rgb(53,31,41); }

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

background-color css

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

 a { background-color: rgb(53,31,41); }

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

border-color css

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

 span { border-color: rgb(53,31,41); }

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