Html Css Color HEX #3D272C Aubergine

📋 copy color: '#3D272C'

red 61 ◦ green 39 ◦ blue 44

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

Shades of Aubergine #3D272C

Tints of Aubergine #3D272C

RGB

 RED value IS 61 (24.22% from 255) = 42.36%

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

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

R = 42.36%
G = 27.08%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#3D272C (or 0x3D272C) is known color: Aubergine. HEX triplet: 3D, 27 and 2C. RGB value is (61,39,44). Sum of RGB (Red+Green+Blue) = 61+39+44=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 61 - color contains mainly: red. Hex color #3D272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D272C is #C2D8D3. Grayscale: #2E2E2E. Windows color (decimal): -12769492 or 2893629. OLE color: 2893629.

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

Color convert

RGB 61 39 44 -
CMYK 0 0.36 0.28 0.76
HSL 346.36º 0.22% 0.2% -
HSV(B) 346.36º 0.36% 0.24% -
XYZ 3.1 2.62 2.73 -
YUV 46.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 61 39 44 0 0.36 0.28 0.76 346.36 0.22 0.2
Hex 3D 27 2C 0 24 1C 4C 15A 16 14
Octal 75 47 54 0 44 34 114 532 26 24
Binary 111101 100111 101100 0 100100 11100 1001100 101011010 10110 10100

Color Harmonies of #3D272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D272C

Black with #3D272C

Text Example


Text Example

White with #3D272C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,39,44); }

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

background-color css

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

 a { background-color: rgb(61,39,44); }

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

border-color css

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

 span { border-color: rgb(61,39,44); }

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