#382E2B

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

Shades of Gondola #382E2B

Tints of Gondola #382E2B

Color information

#382E2B (or 0x382E2B) is unknown color: approx Gondola. HEX triplet: 38, 2E and 2B. RGB value is (56,46,43). Sum of RGB (Red+Green+Blue) = 56+46+43=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E2B is #C7D1D4. Grayscale: #303030. Windows color (decimal): -13095381 or 2829880. OLE color: 2829880.

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

Color convert

RGB564643-
CMYK00.180.230.78
HSL13.85º13.13%19.41%-
HSV(B)13.85º23.21%21.96%-
XYZ3.042.972.7-
YUV48.65124.81133.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=38.62%
G=31.72%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56464300.180.230.7813.8513.1319.41
Hex382E2B012174Eed13
Octal70565302227116161523
Binary1110001011101010110100101011110011101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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