Html Css Color HEX #3B2526 Havana

📋 copy color: '#3B2526'

red 59 ◦ green 37 ◦ blue 38

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

Shades of Havana #3B2526

Tints of Havana #3B2526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.61%

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

R = 44.03%
G = 27.61%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#3B2526 (or 0x3B2526) is known color: Havana. HEX triplet: 3B, 25 and 26. RGB value is (59,37,38). Sum of RGB (Red+Green+Blue) = 59+37+38=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2526 is #C4DAD9. Grayscale: #2B2B2B. Windows color (decimal): -12901082 or 2499899. OLE color: 2499899.

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

Color convert

RGB 59 37 38 -
CMYK 0 0.37 0.36 0.77
HSL 357.27º 0.23% 0.19% -
HSV(B) 357.27º 0.37% 0.23% -
XYZ 2.82 2.39 2.15 -
YUV 43.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 59 37 38 0 0.37 0.36 0.77 357.27 0.23 0.19
Hex 3B 25 26 0 25 24 4D 165 17 13
Octal 73 45 46 0 45 44 115 545 27 23
Binary 111011 100101 100110 0 100101 100100 1001101 101100101 10111 10011

Color Harmonies of #3B2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2526

Black with #3B2526

Text Example


Text Example

White with #3B2526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,37,38); }

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

background-color css

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

 a { background-color: rgb(59,37,38); }

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

border-color css

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

 span { border-color: rgb(59,37,38); }

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