Html Css Color HEX #3C292A Havana

📋 copy color: '#3C292A'

red 60 ◦ green 41 ◦ blue 42

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

Shades of Havana #3C292A

Tints of Havana #3C292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

 BLUE value IS 42 (16.8% from 255) = 29.37%

R = 41.96%
G = 28.67%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.3

 K value IS 0.76

RGB Variations

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

Color information

#3C292A (or 0x3C292A) is known color: Havana. HEX triplet: 3C, 29 and 2A. RGB value is (60,41,42). Sum of RGB (Red+Green+Blue) = 60+41+42=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C292A is #C3D6D5. Grayscale: #2E2E2E. Windows color (decimal): -12834518 or 2763068. OLE color: 2763068.

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

Color convert

RGB 60 41 42 -
CMYK 0 0.32 0.3 0.76
HSL 356.84º 0.19% 0.2% -
HSV(B) 356.84º 0.32% 0.24% -
XYZ 3.07 2.71 2.55 -
YUV 46.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 60 41 42 0 0.32 0.3 0.76 356.84 0.19 0.2
Hex 3C 29 2A 0 20 1E 4C 165 13 14
Octal 74 51 52 0 40 36 114 545 23 24
Binary 111100 101001 101010 0 100000 11110 1001100 101100101 10011 10100

Color Harmonies of #3C292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C292A

Black with #3C292A

Text Example


Text Example

White with #3C292A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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