Html Css Color HEX #3F282C Aubergine

📋 copy color: '#3F282C'

red 63 ◦ green 40 ◦ blue 44

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

Shades of Aubergine #3F282C

Tints of Aubergine #3F282C

RGB

 RED value IS 63 (25% from 255) = 42.86%

 GREEN value IS 40 (16.02% from 255) = 27.21%

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

R = 42.86%
G = 27.21%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#3F282C (or 0x3F282C) is known color: Aubergine. HEX triplet: 3F, 28 and 2C. RGB value is (63,40,44). Sum of RGB (Red+Green+Blue) = 63+40+44=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F282C is #C0D7D3. Grayscale: #2F2F2F. Windows color (decimal): -12638164 or 2893887. OLE color: 2893887.

HSL color Cylindrical-coordinate representation of color #3F282C: hue angle of 349.57º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F282C is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 40 44 -
CMYK 0 0.37 0.30 0.75
HSL 349.57º 0.22% 0.2% -
HSV(B) 349.57º 0.37% 0.25% -
XYZ 3.26 2.76 2.74 -
YUV 47.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 63 40 44 0 0.37 0.30 0.75 349.57 0.22 0.2
Hex 3F 28 2C 0 25 1E 4B 15E 16 14
Octal 77 50 54 0 45 36 113 536 26 24
Binary 111111 101000 101100 0 100101 11110 1001011 101011110 10110 10100

Color Harmonies of #3F282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F282C

Black with #3F282C

Text Example


Text Example

White with #3F282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,44); }

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

background-color css

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

 a { background-color: rgb(63,40,44); }

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

border-color css

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

 span { border-color: rgb(63,40,44); }

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