#371F2A

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

Shades of Toledo #371F2A

Tints of Toledo #371F2A

Color information

#371F2A (or 0x371F2A) is unknown color: approx Toledo. HEX triplet: 37, 1F and 2A. RGB value is (55,31,42). Sum of RGB (Red+Green+Blue) = 55+31+42=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #371F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F2A is #C8E0D5. Grayscale: #272727. Windows color (decimal): -13164758 or 2760503. OLE color: 2760503.

HSL color Cylindrical-coordinate representation of color #371F2A: hue angle of 332.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #371F2A is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB553142-
CMYK00.440.240.78
HSL332.5º27.91%16.86%-
HSV(B)332.5º43.64%21.57%-
XYZ2.481.962.44-
YUV39.43129.45139.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=42.97%
G=24.22%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55314200.440.240.78332.527.9116.86
Hex371F2A02C184E14c1c11
Octal673752054301165143421
Binary1101111111110101001011001100010011101010011001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371F2A; }

 p { color: rgb(55,31,42); }

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

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

 a { background-color: rgb(55,31,42); }

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

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

 span { border-color: rgb(55,31,42); }

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