Html Css Color HEX #3B2F2A Sambuca

📋 copy color: '#3B2F2A'

red 59 ◦ green 47 ◦ blue 42

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

Shades of Sambuca #3B2F2A

Tints of Sambuca #3B2F2A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.76%

 BLUE value IS 42 (16.8% from 255) = 28.38%

R = 39.86%
G = 31.76%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#3B2F2A (or 0x3B2F2A) is known color: Sambuca. HEX triplet: 3B, 2F and 2A. RGB value is (59,47,42). Sum of RGB (Red+Green+Blue) = 59+47+42=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F2A is #C4D0D5. Grayscale: #323232. Windows color (decimal): -12898518 or 2764603. OLE color: 2764603.

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

Color convert

RGB 59 47 42 -
CMYK 0 0.20 0.29 0.77
HSL 17.65º 0.17% 0.2% -
HSV(B) 17.65º 0.29% 0.23% -
XYZ 3.24 3.13 2.62 -
YUV 50.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 59 47 42 0 0.20 0.29 0.77 17.65 0.17 0.2
Hex 3B 2F 2A 0 14 1D 4D 12 11 14
Octal 73 57 52 0 24 35 115 22 21 24
Binary 111011 101111 101010 0 10100 11101 1001101 10010 10001 10100

Color Harmonies of #3B2F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2F2A

Black with #3B2F2A

Text Example


Text Example

White with #3B2F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,47,42); }

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

background-color css

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

 a { background-color: rgb(59,47,42); }

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

border-color css

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

 span { border-color: rgb(59,47,42); }

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