Html Css Color HEX #351D29 Toledo

📋 copy color: '#351D29'

red 53 ◦ green 29 ◦ blue 41

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

Shades of Toledo #351D29

Tints of Toledo #351D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.58%

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

R = 43.09%
G = 23.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#351D29 (or 0x351D29) is known color: Toledo. HEX triplet: 35, 1D and 29. RGB value is (53,29,41). Sum of RGB (Red+Green+Blue) = 53+29+41=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #351D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D29 is #CAE2D6. Grayscale: #252525. Windows color (decimal): -13296343 or 2694453. OLE color: 2694453.

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

Color convert

RGB 53 29 41 -
CMYK 0 0.45 0.23 0.79
HSL 330º 0.29% 0.16% -
HSV(B) 330º 0.45% 0.21% -
XYZ 2.31 1.8 2.32 -
YUV 37.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 53 29 41 0 0.45 0.23 0.79 330 0.29 0.16
Hex 35 1D 29 0 2D 17 4F 14A 1D 10
Octal 65 35 51 0 55 27 117 512 35 20
Binary 110101 11101 101001 0 101101 10111 1001111 101001010 11101 10000

Color Harmonies of #351D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D29

Black with #351D29

Text Example


Text Example

White with #351D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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