Html Css Color HEX #35272D Toledo

📋 copy color: '#35272D'

red 53 ◦ green 39 ◦ blue 45

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

Shades of Toledo #35272D

Tints of Toledo #35272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.85%

R = 38.69%
G = 28.47%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35272D (or 0x35272D) is known color: Toledo. HEX triplet: 35, 27 and 2D. RGB value is (53,39,45). Sum of RGB (Red+Green+Blue) = 53+39+45=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #35272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35272D is #CAD8D2. Grayscale: #2B2B2B. Windows color (decimal): -13293779 or 2959157. OLE color: 2959157.

HSL color Cylindrical-coordinate representation of color #35272D: hue angle of 334.29º 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 #35272D is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 39 45 -
CMYK 0 0.26 0.15 0.79
HSL 334.29º 0.15% 0.18% -
HSV(B) 334.29º 0.26% 0.21% -
XYZ 2.67 2.4 2.8 -
YUV 43.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 53 39 45 0 0.26 0.15 0.79 334.29 0.15 0.18
Hex 35 27 2D 0 1A F 4F 14E F 12
Octal 65 47 55 0 32 17 117 516 17 22
Binary 110101 100111 101101 0 11010 1111 1001111 101001110 1111 10010

Color Harmonies of #35272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35272D

Black with #35272D

Text Example


Text Example

White with #35272D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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