#381C29

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

Shades of Toledo #381C29

Tints of Toledo #381C29

Color information

#381C29 (or 0x381C29) is unknown color: approx Toledo. HEX triplet: 38, 1C and 29. RGB value is (56,28,41). Sum of RGB (Red+Green+Blue) = 56+28+41=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #381C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C29 is #C7E3D6. Grayscale: #252525. Windows color (decimal): -13099991 or 2694200. OLE color: 2694200.

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

Color convert

RGB562841-
CMYK00.500.270.78
HSL332.14º33.33%16.47%-
HSV(B)332.14º50%21.96%-
XYZ2.451.832.32-
YUV37.85129.78140.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 28 (11.33% from 255) = 22.4%
BLUE value IS 41 (16.41% from 255) = 32.8%
R=44.8%
G=22.4%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56284100.500.270.78332.1433.3316.47
Hex381C290321B4E14c2110
Octal703451062331165144120
Binary11100011100101001011001011011100111010100110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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