Html Css Color HEX #3C2829 Havana

📋 copy color: '#3C2829'

red 60 ◦ green 40 ◦ blue 41

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

Shades of Havana #3C2829

Tints of Havana #3C2829

RGB

 RED value IS 60 (23.83% from 255) = 42.55%

 GREEN value IS 40 (16.02% from 255) = 28.37%

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

R = 42.55%
G = 28.37%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#3C2829 (or 0x3C2829) is known color: Havana. HEX triplet: 3C, 28 and 29. RGB value is (60,40,41). Sum of RGB (Red+Green+Blue) = 60+40+41=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2829 is #C3D7D6. Grayscale: #2E2E2E. Windows color (decimal): -12834775 or 2697276. OLE color: 2697276.

HSL color Cylindrical-coordinate representation of color #3C2829: hue angle of 357º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C2829 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 40 41 -
CMYK 0 0.33 0.32 0.76
HSL 357º 0.2% 0.2% -
HSV(B) 357º 0.33% 0.24% -
XYZ 3.02 2.64 2.45 -
YUV 46.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 60 40 41 0 0.33 0.32 0.76 357 0.2 0.2
Hex 3C 28 29 0 21 20 4C 165 14 14
Octal 74 50 51 0 41 40 114 545 24 24
Binary 111100 101000 101001 0 100001 100000 1001100 101100101 10100 10100

Color Harmonies of #3C2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2829

Black with #3C2829

Text Example


Text Example

White with #3C2829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,41); }

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

background-color css

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

 a { background-color: rgb(60,40,41); }

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

border-color css

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

 span { border-color: rgb(60,40,41); }

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