#34252D

Color #34252D Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #34252D

Tints of Toledo #34252D

Color information

#34252D (or 0x34252D) is unknown color: approx Toledo. HEX triplet: 34, 25 and 2D. RGB value is (52,37,45). Sum of RGB (Red+Green+Blue) = 52+37+45=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #34252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34252D is #CBDAD2. Grayscale: #2A2A2A. Windows color (decimal): -13359827 or 2958644. OLE color: 2958644.

HSL color Cylindrical-coordinate representation of color #34252D: hue angle of 328º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #34252D is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB523745-
CMYK00.290.130.80
HSL328º16.85%17.45%-
HSV(B)328º28.85%20.39%-
XYZ2.552.242.78-
YUV42.4129.47134.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=38.81%
G=27.61%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52374500.290.130.8032816.8517.45
Hex34252D01DD501481111
Octal644555035151205102121
Binary110100100101101101011101110110100001010010001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,37,45); }

 H1.HeaderClassName
 {
   color: #34252D;
 }
 .AnyTagClassName
 {
   color: #34252D;
 }
</style>
background-color css

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

 a { background-color: rgb(52,37,45); }

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

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

 span { border-color: rgb(52,37,45); }

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