Html Css Color HEX #351E27 Toledo

📋 copy color: '#351E27'

red 53 ◦ green 30 ◦ blue 39

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

Shades of Toledo #351E27

Tints of Toledo #351E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.59%

 BLUE value IS 39 (15.63% from 255) = 31.97%

R = 43.44%
G = 24.59%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#351E27 (or 0x351E27) is known color: Toledo. HEX triplet: 35, 1E and 27. RGB value is (53,30,39). Sum of RGB (Red+Green+Blue) = 53+30+39=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #351E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E27 is #CAE1D8. Grayscale: #252525. Windows color (decimal): -13296089 or 2563637. OLE color: 2563637.

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

Color convert

RGB 53 30 39 -
CMYK 0 0.43 0.26 0.79
HSL 336.52º 0.28% 0.16% -
HSV(B) 336.52º 0.43% 0.21% -
XYZ 2.3 1.83 2.15 -
YUV 37.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 53 30 39 0 0.43 0.26 0.79 336.52 0.28 0.16
Hex 35 1E 27 0 2B 1A 4F 151 1C 10
Octal 65 36 47 0 53 32 117 521 34 20
Binary 110101 11110 100111 0 101011 11010 1001111 101010001 11100 10000

Color Harmonies of #351E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E27

Black with #351E27

Text Example


Text Example

White with #351E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,30,39); }

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

background-color css

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

 a { background-color: rgb(53,30,39); }

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

border-color css

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

 span { border-color: rgb(53,30,39); }

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