Html Css Color HEX #3A2728 Havana

📋 copy color: '#3A2728'

red 58 ◦ green 39 ◦ blue 40

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

Shades of Havana #3A2728

Tints of Havana #3A2728

RGB

 RED value IS 58 (23.05% from 255) = 42.34%

 GREEN value IS 39 (15.63% from 255) = 28.47%

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

R = 42.34%
G = 28.47%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.77

RGB Variations

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

Color information

#3A2728 (or 0x3A2728) is known color: Havana. HEX triplet: 3A, 27 and 28. RGB value is (58,39,40). Sum of RGB (Red+Green+Blue) = 58+39+40=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2728 is #C5D8D7. Grayscale: #2C2C2C. Windows color (decimal): -12966104 or 2631482. OLE color: 2631482.

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

Color convert

RGB 58 39 40 -
CMYK 0 0.33 0.31 0.77
HSL 356.84º 0.2% 0.19% -
HSV(B) 356.84º 0.33% 0.23% -
XYZ 2.85 2.5 2.34 -
YUV 44.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 58 39 40 0 0.33 0.31 0.77 356.84 0.2 0.19
Hex 3A 27 28 0 21 1F 4D 165 14 13
Octal 72 47 50 0 41 37 115 545 24 23
Binary 111010 100111 101000 0 100001 11111 1001101 101100101 10100 10011

Color Harmonies of #3A2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2728

Black with #3A2728

Text Example


Text Example

White with #3A2728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,39,40); }

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

background-color css

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

 a { background-color: rgb(58,39,40); }

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

border-color css

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

 span { border-color: rgb(58,39,40); }

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