#373234

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

Shades of Toledo #373234

Tints of Toledo #373234

Color information

#373234 (or 0x373234) is unknown color: approx Toledo. HEX triplet: 37, 32 and 34. RGB value is (55,50,52). Sum of RGB (Red+Green+Blue) = 55+50+52=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 55 - color contains mainly: red. Hex color #373234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373234 is #C8CDCB. Grayscale: #333333. Windows color (decimal): -13159884 or 3420727. OLE color: 3420727.

HSL color Cylindrical-coordinate representation of color #373234: hue angle of 336º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #373234 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB555052-
CMYK00.090.050.78
HSL336º4.76%20.59%-
HSV(B)336º9.09%21.57%-
XYZ3.343.343.72-
YUV51.72128.16130.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=35.03%
G=31.85%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55505200.090.050.783364.7620.59
Hex3732340954E150515
Octal6762640115116520525
Binary11011111001011010001001101100111010101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373234; }

 p { color: rgb(55,50,52); }

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

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

 a { background-color: rgb(55,50,52); }

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

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

 span { border-color: rgb(55,50,52); }

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