#382731

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

Shades of Toledo #382731

Tints of Toledo #382731

Color information

#382731 (or 0x382731) is unknown color: approx Toledo. HEX triplet: 38, 27 and 31. RGB value is (56,39,49). Sum of RGB (Red+Green+Blue) = 56+39+49=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382731 is #C7D8CE. Grayscale: #2D2D2D. Windows color (decimal): -13097167 or 3221304. OLE color: 3221304.

HSL color Cylindrical-coordinate representation of color #382731: hue angle of 324.71º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382731 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB563949-
CMYK00.300.120.78
HSL324.71º17.89%18.63%-
HSV(B)324.71º30.36%21.96%-
XYZ2.912.513.24-
YUV45.22130.13135.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=38.89%
G=27.08%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56394900.300.120.78324.7117.8918.63
Hex38273101EC4E1451213
Octal704761036141165052223
Binary111000100111110001011110110010011101010001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382731; }

 p { color: rgb(56,39,49); }

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

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

 a { background-color: rgb(56,39,49); }

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

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

 span { border-color: rgb(56,39,49); }

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