Html Css Color HEX #3C272A Aubergine

📋 copy color: '#3C272A'

red 60 ◦ green 39 ◦ blue 42

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

Shades of Aubergine #3C272A

Tints of Aubergine #3C272A

RGB

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

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

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

R = 42.55%
G = 27.66%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.3

 K value IS 0.76

RGB Variations

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

Color information

#3C272A (or 0x3C272A) is known color: Aubergine. HEX triplet: 3C, 27 and 2A. RGB value is (60,39,42). Sum of RGB (Red+Green+Blue) = 60+39+42=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C272A is #C3D8D5. Grayscale: #2D2D2D. Windows color (decimal): -12835030 or 2762556. OLE color: 2762556.

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

Color convert

RGB 60 39 42 -
CMYK 0 0.35 0.3 0.76
HSL 351.43º 0.21% 0.19% -
HSV(B) 351.43º 0.35% 0.24% -
XYZ 3.01 2.58 2.53 -
YUV 45.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 60 39 42 0 0.35 0.3 0.76 351.43 0.21 0.19
Hex 3C 27 2A 0 23 1E 4C 15F 15 13
Octal 74 47 52 0 43 36 114 537 25 23
Binary 111100 100111 101010 0 100011 11110 1001100 101011111 10101 10011

Color Harmonies of #3C272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C272A

Black with #3C272A

Text Example


Text Example

White with #3C272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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