#37232D

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

Shades of Toledo #37232D

Tints of Toledo #37232D

Color information

#37232D (or 0x37232D) is unknown color: approx Toledo. HEX triplet: 37, 23 and 2D. RGB value is (55,35,45). Sum of RGB (Red+Green+Blue) = 55+35+45=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37232D is #C8DCD2. Grayscale: #2A2A2A. Windows color (decimal): -13163731 or 2958135. OLE color: 2958135.

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

Color convert

RGB553545-
CMYK00.360.180.78
HSL330º22.22%17.65%-
HSV(B)330º36.36%21.57%-
XYZ2.652.22.77-
YUV42.12129.63137.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.74%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=40.74%
G=25.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55354500.360.180.7833022.2217.65
Hex37232D024124E14a1612
Octal674355044221165122622
Binary11011110001110110101001001001010011101010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,35,45); }

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

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

 a { background-color: rgb(55,35,45); }

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

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

 span { border-color: rgb(55,35,45); }

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