#381D29

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

Shades of Toledo #381D29

Tints of Toledo #381D29

Color information

#381D29 (or 0x381D29) is unknown color: approx Toledo. HEX triplet: 38, 1D and 29. RGB value is (56,29,41). Sum of RGB (Red+Green+Blue) = 56+29+41=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #381D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D29 is #C7E2D6. Grayscale: #262626. Windows color (decimal): -13099735 or 2694456. OLE color: 2694456.

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

Color convert

RGB562941-
CMYK00.480.270.78
HSL333.33º31.76%16.67%-
HSV(B)333.33º48.21%21.96%-
XYZ2.471.882.33-
YUV38.44129.45140.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=44.44%
G=23.02%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56294100.480.270.78333.3331.7616.67
Hex381D290301B4E14d2011
Octal703551060331165154021
Binary11100011101101001011000011011100111010100110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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