#381F29

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

Shades of Toledo #381F29

Tints of Toledo #381F29

Color information

#381F29 (or 0x381F29) is unknown color: approx Toledo. HEX triplet: 38, 1F and 29. RGB value is (56,31,41). Sum of RGB (Red+Green+Blue) = 56+31+41=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F29 is #C7E0D6. Grayscale: #272727. Windows color (decimal): -13099223 or 2694968. OLE color: 2694968.

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

Color convert

RGB563141-
CMYK00.450.270.78
HSL336º28.74%17.06%-
HSV(B)336º44.64%21.96%-
XYZ2.521.982.35-
YUV39.62128.78139.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=43.75%
G=24.22%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56314100.450.270.7833628.7417.06
Hex381F2902D1B4E1501d11
Octal703751055331165203521
Binary1110001111110100101011011101110011101010100001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381F29; }

 p { color: rgb(56,31,41); }

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

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

 a { background-color: rgb(56,31,41); }

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

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

 span { border-color: rgb(56,31,41); }

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