#38302B

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

Shades of Sambuca #38302B

Tints of Sambuca #38302B

Color information

#38302B (or 0x38302B) is unknown color: approx Sambuca. HEX triplet: 38, 30 and 2B. RGB value is (56,48,43). Sum of RGB (Red+Green+Blue) = 56+48+43=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #38302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38302B is #C7CFD4. Grayscale: #313131. Windows color (decimal): -13094869 or 2830392. OLE color: 2830392.

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

Color convert

RGB564843-
CMYK00.140.230.78
HSL23.08º13.13%19.41%-
HSV(B)23.08º23.21%21.96%-
XYZ3.123.132.72-
YUV49.82124.15132.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=38.10%
G=32.65%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56484300.140.230.7823.0813.1319.41
Hex38302B0E174E17d13
Octal70605301627116271523
Binary1110001100001010110111010111100111010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38302B; }

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

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

<style>
 a { background-color: #38302B; }

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

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

<style>
 span { border-color: #38302B; }

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

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