Html Css Color HEX #3C292E Aubergine

📋 copy color: '#3C292E'

red 60 ◦ green 41 ◦ blue 46

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

Shades of Aubergine #3C292E

Tints of Aubergine #3C292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.29%

R = 40.82%
G = 27.89%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#3C292E (or 0x3C292E) is known color: Aubergine. HEX triplet: 3C, 29 and 2E. RGB value is (60,41,46). Sum of RGB (Red+Green+Blue) = 60+41+46=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 60 - color contains mainly: red. Hex color #3C292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C292E is #C3D6D1. Grayscale: #2F2F2F. Windows color (decimal): -12834514 or 3025212. OLE color: 3025212.

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

Color convert

RGB 60 41 46 -
CMYK 0 0.32 0.23 0.76
HSL 344.21º 0.19% 0.2% -
HSV(B) 344.21º 0.32% 0.24% -
XYZ 3.15 2.74 2.95 -
YUV 47.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 60 41 46 0 0.32 0.23 0.76 344.21 0.19 0.2
Hex 3C 29 2E 0 20 17 4C 158 13 14
Octal 74 51 56 0 40 27 114 530 23 24
Binary 111100 101001 101110 0 100000 10111 1001100 101011000 10011 10100

Color Harmonies of #3C292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C292E

Black with #3C292E

Text Example


Text Example

White with #3C292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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