#382F2A

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

Shades of Sambuca #382F2A

Tints of Sambuca #382F2A

Color information

#382F2A (or 0x382F2A) is unknown color: approx Sambuca. HEX triplet: 38, 2F and 2A. RGB value is (56,47,42). Sum of RGB (Red+Green+Blue) = 56+47+42=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F2A is #C7D0D5. Grayscale: #313131. Windows color (decimal): -13095126 or 2764600. OLE color: 2764600.

HSL color Cylindrical-coordinate representation of color #382F2A: hue angle of 21.43º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382F2A is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB564742-
CMYK00.160.250.78
HSL21.43º14.29%19.22%-
HSV(B)21.43º25%21.96%-
XYZ3.073.042.62-
YUV49.12123.98132.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=38.62%
G=32.41%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56474200.160.250.7821.4314.2919.22
Hex382F2A010194E15e13
Octal70575202031116251623
Binary11100010111110101001000011001100111010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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