Html Css Color HEX #3C292C Aubergine

📋 copy color: '#3C292C'

red 60 ◦ green 41 ◦ blue 44

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

Shades of Aubergine #3C292C

Tints of Aubergine #3C292C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.34%

R = 41.38%
G = 28.28%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#3C292C (or 0x3C292C) is known color: Aubergine. HEX triplet: 3C, 29 and 2C. RGB value is (60,41,44). Sum of RGB (Red+Green+Blue) = 60+41+44=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C292C is #C3D6D3. Grayscale: #2F2F2F. Windows color (decimal): -12834516 or 2894140. OLE color: 2894140.

HSL color Cylindrical-coordinate representation of color #3C292C: hue angle of 350.53º 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 #3C292C is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 41 44 -
CMYK 0 0.32 0.27 0.76
HSL 350.53º 0.19% 0.2% -
HSV(B) 350.53º 0.32% 0.24% -
XYZ 3.11 2.73 2.75 -
YUV 47.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 60 41 44 0 0.32 0.27 0.76 350.53 0.19 0.2
Hex 3C 29 2C 0 20 1B 4C 15F 13 14
Octal 74 51 54 0 40 33 114 537 23 24
Binary 111100 101001 101100 0 100000 11011 1001100 101011111 10011 10100

Color Harmonies of #3C292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C292C

Black with #3C292C

Text Example


Text Example

White with #3C292C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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