#392B23

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

Shades of Sambuca #392B23

Tints of Sambuca #392B23

Color information

#392B23 (or 0x392B23) is unknown color: approx Sambuca. HEX triplet: 39, 2B and 23. RGB value is (57,43,35). Sum of RGB (Red+Green+Blue) = 57+43+35=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #392B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B23 is #C6D4DC. Grayscale: #2E2E2E. Windows color (decimal): -13030621 or 2304825. OLE color: 2304825.

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

Color convert

RGB574335-
CMYK00.250.390.78
HSL21.82º23.91%18.04%-
HSV(B)21.82º38.6%22.35%-
XYZ2.852.721.96-
YUV46.27121.64135.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 35 (14.06% from 255) = 25.93%
R=42.22%
G=31.85%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57433500.250.390.7821.8223.9118.04
Hex392B23019274E161812
Octal71534303147116263022
Binary1110011010111000110110011001111001110101101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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