#382B2F

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

Shades of Toledo #382B2F

Tints of Toledo #382B2F

Color information

#382B2F (or 0x382B2F) is unknown color: approx Toledo. HEX triplet: 38, 2B and 2F. RGB value is (56,43,47). Sum of RGB (Red+Green+Blue) = 56+43+47=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B2F is #C7D4D0. Grayscale: #2F2F2F. Windows color (decimal): -13096145 or 3091256. OLE color: 3091256.

HSL color Cylindrical-coordinate representation of color #382B2F: hue angle of 341.54º 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 #382B2F is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB564347-
CMYK00.230.160.78
HSL341.54º13.13%19.41%-
HSV(B)341.54º23.21%21.96%-
XYZ3.012.773.07-
YUV47.34127.81134.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=38.36%
G=29.45%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56434700.230.160.78341.5413.1319.41
Hex382B2F017104E156d13
Octal705357027201165261523
Binary111000101011101111010111100001001110101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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