Html Css Color HEX #3A2729 Havana

📋 copy color: '#3A2729'

red 58 ◦ green 39 ◦ blue 41

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

Shades of Havana #3A2729

Tints of Havana #3A2729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.71%

R = 42.03%
G = 28.26%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#3A2729 (or 0x3A2729) is known color: Havana. HEX triplet: 3A, 27 and 29. RGB value is (58,39,41). Sum of RGB (Red+Green+Blue) = 58+39+41=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2729 is #C5D8D6. Grayscale: #2C2C2C. Windows color (decimal): -12966103 or 2697018. OLE color: 2697018.

HSL color Cylindrical-coordinate representation of color #3A2729: hue angle of 353.68º 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 #3A2729 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 39 41 -
CMYK 0 0.33 0.29 0.77
HSL 353.68º 0.2% 0.19% -
HSV(B) 353.68º 0.33% 0.23% -
XYZ 2.87 2.51 2.43 -
YUV 44.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 58 39 41 0 0.33 0.29 0.77 353.68 0.2 0.19
Hex 3A 27 29 0 21 1D 4D 162 14 13
Octal 72 47 51 0 41 35 115 542 24 23
Binary 111010 100111 101001 0 100001 11101 1001101 101100010 10100 10011

Color Harmonies of #3A2729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2729

Black with #3A2729

Text Example


Text Example

White with #3A2729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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