#3F2F23

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

Shades of Sambuca #3F2F23

Tints of Sambuca #3F2F23

Color information

#3F2F23 (or 0x3F2F23) is unknown color: approx Sambuca. HEX triplet: 3F, 2F and 23. RGB value is (63,47,35). Sum of RGB (Red+Green+Blue) = 63+47+35=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F23 is #C0D0DC. Grayscale: #323232. Windows color (decimal): -12636381 or 2305855. OLE color: 2305855.

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

Color convert

RGB634735-
CMYK00.250.440.75
HSL25.71º28.57%19.22%-
HSV(B)25.71º44.44%24.71%-
XYZ3.373.212.03-
YUV50.42119.3136.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 35 (14.06% from 255) = 24.14%
R=43.45%
G=32.41%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63473500.250.440.7525.7128.5719.22
Hex3F2F230192C4B1a1d13
Octal77574303154113323523
Binary1111111011111000110110011011001001011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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