#3F3025

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

Shades of Sambuca #3F3025

Tints of Sambuca #3F3025

Color information

#3F3025 (or 0x3F3025) is unknown color: approx Sambuca. HEX triplet: 3F, 30 and 25. RGB value is (63,48,37). Sum of RGB (Red+Green+Blue) = 63+48+37=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3025 is #C0CFDA. Grayscale: #333333. Windows color (decimal): -12636123 or 2437183. OLE color: 2437183.

HSL color Cylindrical-coordinate representation of color #3F3025: hue angle of 25.38º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F3025 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB634837-
CMYK00.240.410.75
HSL25.38º26%19.61%-
HSV(B)25.38º41.27%24.71%-
XYZ3.443.32.21-
YUV51.23119.97136.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.57%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 37 (14.84% from 255) = 25%
R=42.57%
G=32.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63483700.240.410.7525.382619.61
Hex3F3025018294B191a14
Octal77604503051113313224
Binary1111111100001001010110001010011001011110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3025; }

 p { color: rgb(63,48,37); }

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

<style>
 a { background-color: #3F3025; }

 a { background-color: rgb(63,48,37); }

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

<style>
 span { border-color: #3F3025; }

 span { border-color: rgb(63,48,37); }

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