#37282E

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

Shades of Toledo #37282E

Tints of Toledo #37282E

Color information

#37282E (or 0x37282E) is unknown color: approx Toledo. HEX triplet: 37, 28 and 2E. RGB value is (55,40,46). Sum of RGB (Red+Green+Blue) = 55+40+46=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #37282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37282E is #C8D7D1. Grayscale: #2D2D2D. Windows color (decimal): -13162450 or 3024951. OLE color: 3024951.

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

Color convert

RGB554046-
CMYK00.270.160.78
HSL336º15.79%18.63%-
HSV(B)336º27.27%21.57%-
XYZ2.832.532.92-
YUV45.17128.47135.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 40 (16.02% from 255) = 28.37%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=39.01%
G=28.37%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55404600.270.160.7833615.7918.63
Hex37282E01B104E1501013
Octal675056033201165202023
Binary1101111010001011100110111000010011101010100001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37282E; }

 p { color: rgb(55,40,46); }

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

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

 a { background-color: rgb(55,40,46); }

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

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

 span { border-color: rgb(55,40,46); }

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