Html Css Color HEX #3F2526 Havana

📋 copy color: '#3F2526'

red 63 ◦ green 37 ◦ blue 38

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

Shades of Havana #3F2526

Tints of Havana #3F2526

RGB

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

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

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

R = 45.65%
G = 26.81%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#3F2526 (or 0x3F2526) is known color: Havana. HEX triplet: 3F, 25 and 26. RGB value is (63,37,38). Sum of RGB (Red+Green+Blue) = 63+37+38=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2526 is #C0DAD9. Grayscale: #2C2C2C. Windows color (decimal): -12638938 or 2499903. OLE color: 2499903.

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

Color convert

RGB 63 37 38 -
CMYK 0 0.41 0.40 0.75
HSL 357.69º 0.26% 0.2% -
HSV(B) 357.69º 0.41% 0.25% -
XYZ 3.06 2.52 2.16 -
YUV 44.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 63 37 38 0 0.41 0.40 0.75 357.69 0.26 0.2
Hex 3F 25 26 0 29 28 4B 166 1A 14
Octal 77 45 46 0 51 50 113 546 32 24
Binary 111111 100101 100110 0 101001 101000 1001011 101100110 11010 10100

Color Harmonies of #3F2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2526

Black with #3F2526

Text Example


Text Example

White with #3F2526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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