Html Css Color HEX #35272F Toledo

📋 copy color: '#35272F'

red 53 ◦ green 39 ◦ blue 47

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

Shades of Toledo #35272F

Tints of Toledo #35272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.06%

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

R = 38.13%
G = 28.06%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#35272F (or 0x35272F) is known color: Toledo. HEX triplet: 35, 27 and 2F. RGB value is (53,39,47). Sum of RGB (Red+Green+Blue) = 53+39+47=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #35272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35272F is #CAD8D0. Grayscale: #2C2C2C. Windows color (decimal): -13293777 or 3090229. OLE color: 3090229.

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

Color convert

RGB 53 39 47 -
CMYK 0 0.26 0.11 0.79
HSL 325.71º 0.15% 0.18% -
HSV(B) 325.71º 0.26% 0.21% -
XYZ 2.71 2.41 3.01 -
YUV 44.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 53 39 47 0 0.26 0.11 0.79 325.71 0.15 0.18
Hex 35 27 2F 0 1A B 4F 146 F 12
Octal 65 47 57 0 32 13 117 506 17 22
Binary 110101 100111 101111 0 11010 1011 1001111 101000110 1111 10010

Color Harmonies of #35272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35272F

Black with #35272F

Text Example


Text Example

White with #35272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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