#382D28

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

Shades of Sambuca #382D28

Tints of Sambuca #382D28

Color information

#382D28 (or 0x382D28) is unknown color: approx Sambuca. HEX triplet: 38, 2D and 28. RGB value is (56,45,40). Sum of RGB (Red+Green+Blue) = 56+45+40=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D28 is #C7D2D7. Grayscale: #2F2F2F. Windows color (decimal): -13095640 or 2633016. OLE color: 2633016.

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

Color convert

RGB564540-
CMYK00.200.290.78
HSL18.75º16.67%18.82%-
HSV(B)18.75º28.57%21.96%-
XYZ2.952.872.41-
YUV47.72123.64133.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=39.72%
G=31.91%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56454000.200.290.7818.7516.6718.82
Hex382D280141D4E131113
Octal70555002435116232123
Binary111000101101101000010100111011001110100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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