#382B25

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

Shades of Sambuca #382B25

Tints of Sambuca #382B25

Color information

#382B25 (or 0x382B25) is unknown color: approx Sambuca. HEX triplet: 38, 2B and 25. RGB value is (56,43,37). Sum of RGB (Red+Green+Blue) = 56+43+37=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #382B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B25 is #C7D4DA. Grayscale: #2E2E2E. Windows color (decimal): -13096155 or 2435896. OLE color: 2435896.

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

Color convert

RGB564337-
CMYK00.230.340.78
HSL18.95º20.43%18.24%-
HSV(B)18.95º33.93%21.96%-
XYZ2.832.72.12-
YUV46.2122.81134.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 43 (17.19% from 255) = 31.62%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=41.18%
G=31.62%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56433700.230.340.7818.9520.4318.24
Hex382B25017224E131412
Octal70534502742116232422
Binary1110001010111001010101111000101001110100111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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