#382831

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

Shades of Toledo #382831

Tints of Toledo #382831

Color information

#382831 (or 0x382831) is unknown color: approx Toledo. HEX triplet: 38, 28 and 31. RGB value is (56,40,49). Sum of RGB (Red+Green+Blue) = 56+40+49=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382831 is #C7D7CE. Grayscale: #2D2D2D. Windows color (decimal): -13096911 or 3221560. OLE color: 3221560.

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

Color convert

RGB564049-
CMYK00.290.120.78
HSL326.25º16.67%18.82%-
HSV(B)326.25º28.57%21.96%-
XYZ2.942.583.25-
YUV45.81129.8135.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=38.62%
G=27.59%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56404900.290.120.78326.2516.6718.82
Hex38283101DC4E1461113
Octal705061035141165062123
Binary111000101000110001011101110010011101010001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382831; }

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

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

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

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

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

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

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

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