#3F2F27

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

Shades of Sambuca #3F2F27

Tints of Sambuca #3F2F27

Color information

#3F2F27 (or 0x3F2F27) is unknown color: approx Sambuca. HEX triplet: 3F, 2F and 27. RGB value is (63,47,39). Sum of RGB (Red+Green+Blue) = 63+47+39=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F27 is #C0D0D8. Grayscale: #323232. Windows color (decimal): -12636377 or 2567999. OLE color: 2567999.

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

Color convert

RGB634739-
CMYK00.250.380.75
HSL20º23.53%20%-
HSV(B)20º38.1%24.71%-
XYZ3.433.242.36-
YUV50.87121.3136.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.28%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=42.28%
G=31.54%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63473900.250.380.752023.5320
Hex3F2F27019264B141814
Octal77574703146113243024
Binary1111111011111001110110011001101001011101001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,47,39); }

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

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

 a { background-color: rgb(63,47,39); }

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

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

 span { border-color: rgb(63,47,39); }

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