#382B32

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

Shades of Toledo #382B32

Tints of Toledo #382B32

Color information

#382B32 (or 0x382B32) is unknown color: approx Toledo. HEX triplet: 38, 2B and 32. RGB value is (56,43,50). Sum of RGB (Red+Green+Blue) = 56+43+50=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B32 is #C7D4CD. Grayscale: #2F2F2F. Windows color (decimal): -13096142 or 3287864. OLE color: 3287864.

HSL color Cylindrical-coordinate representation of color #382B32: hue angle of 327.69º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #382B32 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB564350-
CMYK00.230.110.78
HSL327.69º13.13%19.41%-
HSV(B)327.69º23.21%21.96%-
XYZ3.072.83.4-
YUV47.68129.31133.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 43 (17.19% from 255) = 28.86%
BLUE value IS 50 (19.92% from 255) = 33.56%
R=37.58%
G=28.86%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56435000.230.110.78327.6913.1319.41
Hex382B32017B4E148d13
Octal705362027131165101523
Binary11100010101111001001011110111001110101001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382B32; }

 p { color: rgb(56,43,50); }

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

<style>
 a { background-color: #382B32; }

 a { background-color: rgb(56,43,50); }

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

<style>
 span { border-color: #382B32; }

 span { border-color: rgb(56,43,50); }

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