#391D29

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

Shades of Toledo #391D29

Tints of Toledo #391D29

Color information

#391D29 (or 0x391D29) is unknown color: approx Toledo. HEX triplet: 39, 1D and 29. RGB value is (57,29,41). Sum of RGB (Red+Green+Blue) = 57+29+41=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #391D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D29 is #C6E2D6. Grayscale: #262626. Windows color (decimal): -13034199 or 2694457. OLE color: 2694457.

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

Color convert

RGB572941-
CMYK00.490.280.78
HSL334.29º32.56%16.86%-
HSV(B)334.29º49.12%22.35%-
XYZ2.531.912.33-
YUV38.74129.28141.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=44.88%
G=22.83%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57294100.490.280.78334.2932.5616.86
Hex391D290311C4E14e2111
Octal713551061341165164121
Binary11100111101101001011000111100100111010100111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391D29; }

 p { color: rgb(57,29,41); }

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

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

 a { background-color: rgb(57,29,41); }

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

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

 span { border-color: rgb(57,29,41); }

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