Html Css Color HEX #3F3026 Sambuca

📋 copy color: '#3F3026'

red 63 ◦ green 48 ◦ blue 38

#3F3026
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sambuca #3F3026

Tints of Sambuca #3F3026

RGB

 RED value IS 63 (25% from 255) = 42.28%

 GREEN value IS 48 (19.14% from 255) = 32.21%

 BLUE value IS 38 (15.23% from 255) = 25.5%

R = 42.28%
G = 32.21%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#3F3026 (or 0x3F3026) is known color: Sambuca. HEX triplet: 3F, 30 and 26. RGB value is (63,48,38). Sum of RGB (Red+Green+Blue) = 63+48+38=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3026 is #C0CFD9. Grayscale: #333333. Windows color (decimal): -12636122 or 2502719. OLE color: 2502719.

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

Color convert

RGB 63 48 38 -
CMYK 0 0.24 0.40 0.75
HSL 24º 0.25% 0.2% -
HSV(B) 24º 0.4% 0.25% -
XYZ 3.46 3.31 2.29 -
YUV 51.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 63 48 38 0 0.24 0.40 0.75 24 0.25 0.2
Hex 3F 30 26 0 18 28 4B 18 19 14
Octal 77 60 46 0 30 50 113 30 31 24
Binary 111111 110000 100110 0 11000 101000 1001011 11000 11001 10100

Color Harmonies of #3F3026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3026

Black with #3F3026

Text Example


Text Example

White with #3F3026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F3026;
 }
 .AnyTagClassName
 {
   color: #3F3026;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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