#382A2F

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

Shades of Toledo #382A2F

Tints of Toledo #382A2F

Color information

#382A2F (or 0x382A2F) is unknown color: approx Toledo. HEX triplet: 38, 2A and 2F. RGB value is (56,42,47). Sum of RGB (Red+Green+Blue) = 56+42+47=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A2F is #C7D5D0. Grayscale: #2E2E2E. Windows color (decimal): -13096401 or 3091000. OLE color: 3091000.

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

Color convert

RGB564247-
CMYK00.250.160.78
HSL338.57º14.29%19.22%-
HSV(B)338.57º25%21.96%-
XYZ2.972.73.05-
YUV46.76128.14134.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=38.62%
G=28.97%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56424700.250.160.78338.5714.2919.22
Hex382A2F019104E153e13
Octal705257031201165231623
Binary111000101010101111011001100001001110101010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,42,47); }

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

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

 a { background-color: rgb(56,42,47); }

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

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

 span { border-color: rgb(56,42,47); }

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