Html Css Color HEX #3B2F31 Havana

📋 copy color: '#3B2F31'

red 59 ◦ green 47 ◦ blue 49

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

Shades of Havana #3B2F31

Tints of Havana #3B2F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 31.61%

R = 38.06%
G = 30.32%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#3B2F31 (or 0x3B2F31) is known color: Havana. HEX triplet: 3B, 2F and 31. RGB value is (59,47,49). Sum of RGB (Red+Green+Blue) = 59+47+49=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F31 is #C4D0CE. Grayscale: #323232. Windows color (decimal): -12898511 or 3223355. OLE color: 3223355.

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

Color convert

RGB 59 47 49 -
CMYK 0 0.20 0.17 0.77
HSL 350º 0.11% 0.21% -
HSV(B) 350º 0.2% 0.23% -
XYZ 3.37 3.18 3.34 -
YUV 50.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 59 47 49 0 0.20 0.17 0.77 350 0.11 0.21
Hex 3B 2F 31 0 14 11 4D 15E B 15
Octal 73 57 61 0 24 21 115 536 13 25
Binary 111011 101111 110001 0 10100 10001 1001101 101011110 1011 10101

Color Harmonies of #3B2F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2F31

Black with #3B2F31

Text Example


Text Example

White with #3B2F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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