Html Css Color HEX #3B3028 Sambuca

📋 copy color: '#3B3028'

red 59 ◦ green 48 ◦ blue 40

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

Shades of Sambuca #3B3028

Tints of Sambuca #3B3028

RGB

 RED value IS 59 (23.44% from 255) = 40.14%

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

 BLUE value IS 40 (16.02% from 255) = 27.21%

R = 40.14%
G = 32.65%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.77

RGB Variations

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

Color information

#3B3028 (or 0x3B3028) is known color: Sambuca. HEX triplet: 3B, 30 and 28. RGB value is (59,48,40). Sum of RGB (Red+Green+Blue) = 59+48+40=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3028 is #C4CFD7. Grayscale: #323232. Windows color (decimal): -12898264 or 2633787. OLE color: 2633787.

HSL color Cylindrical-coordinate representation of color #3B3028: hue angle of 25.26º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B3028 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 48 40 -
CMYK 0 0.19 0.32 0.77
HSL 25.26º 0.19% 0.19% -
HSV(B) 25.26º 0.32% 0.23% -
XYZ 3.24 3.2 2.45 -
YUV 50.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 59 48 40 0 0.19 0.32 0.77 25.26 0.19 0.19
Hex 3B 30 28 0 13 20 4D 19 13 13
Octal 73 60 50 0 23 40 115 31 23 23
Binary 111011 110000 101000 0 10011 100000 1001101 11001 10011 10011

Color Harmonies of #3B3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3028

Black with #3B3028

Text Example


Text Example

White with #3B3028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,48,40); }

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

background-color css

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

 a { background-color: rgb(59,48,40); }

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

border-color css

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

 span { border-color: rgb(59,48,40); }

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