#39302B

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

Shades of Sambuca #39302B

Tints of Sambuca #39302B

Color information

#39302B (or 0x39302B) is unknown color: approx Sambuca. HEX triplet: 39, 30 and 2B. RGB value is (57,48,43). Sum of RGB (Red+Green+Blue) = 57+48+43=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 57 - color contains mainly: red. Hex color #39302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39302B is #C6CFD4. Grayscale: #323232. Windows color (decimal): -13029333 or 2830393. OLE color: 2830393.

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

Color convert

RGB574843-
CMYK00.160.250.78
HSL21.43º14%19.61%-
HSV(B)21.43º24.56%22.35%-
XYZ3.183.162.73-
YUV50.12123.98132.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=38.51%
G=32.43%
B=29.05%

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
Decimal57484300.160.250.7821.431419.61
Hex39302B010194E15e14
Octal71605302031116251624
Binary11100111000010101101000011001100111010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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