Html Css Color HEX #35292F Toledo

📋 copy color: '#35292F'

red 53 ◦ green 41 ◦ blue 47

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

Shades of Toledo #35292F

Tints of Toledo #35292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.08%

 BLUE value IS 47 (18.75% from 255) = 33.33%

R = 37.59%
G = 29.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#35292F (or 0x35292F) is known color: Toledo. HEX triplet: 35, 29 and 2F. RGB value is (53,41,47). Sum of RGB (Red+Green+Blue) = 53+41+47=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #35292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35292F is #CAD6D0. Grayscale: #2D2D2D. Windows color (decimal): -13293265 or 3090741. OLE color: 3090741.

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

Color convert

RGB 53 41 47 -
CMYK 0 0.23 0.11 0.79
HSL 330º 0.13% 0.18% -
HSV(B) 330º 0.23% 0.21% -
XYZ 2.77 2.55 3.03 -
YUV 45.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 53 41 47 0 0.23 0.11 0.79 330 0.13 0.18
Hex 35 29 2F 0 17 B 4F 14A D 12
Octal 65 51 57 0 27 13 117 512 15 22
Binary 110101 101001 101111 0 10111 1011 1001111 101001010 1101 10010

Color Harmonies of #35292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35292F

Black with #35292F

Text Example


Text Example

White with #35292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35292F; }

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

 H1.HeaderClassName
 {
   color: #35292F;
 }
 .AnyTagClassName
 {
   color: #35292F;
 }
</style>

background-color css

<style>
 a { background-color: #35292F; }

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

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

border-color css

<style>
 span { border-color: #35292F; }

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

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