#382B23

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

Shades of Sambuca #382B23

Tints of Sambuca #382B23

Color information

#382B23 (or 0x382B23) is unknown color: approx Sambuca. HEX triplet: 38, 2B and 23. RGB value is (56,43,35). Sum of RGB (Red+Green+Blue) = 56+43+35=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B23 is #C7D4DC. Grayscale: #2E2E2E. Windows color (decimal): -13096157 or 2304824. OLE color: 2304824.

HSL color Cylindrical-coordinate representation of color #382B23: hue angle of 22.86º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382B23 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB564335-
CMYK00.230.370.78
HSL22.86º23.08%17.84%-
HSV(B)22.86º37.5%21.96%-
XYZ2.82.691.96-
YUV45.98121.81135.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=41.79%
G=32.09%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56433500.230.370.7822.8623.0817.84
Hex382B23017254E171712
Octal70534302745116272722
Binary1110001010111000110101111001011001110101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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