Html Css Color HEX #3F292E Aubergine

📋 copy color: '#3F292E'

red 63 ◦ green 41 ◦ blue 46

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

Shades of Aubergine #3F292E

Tints of Aubergine #3F292E

RGB

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

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

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

R = 42%
G = 27.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#3F292E (or 0x3F292E) is known color: Aubergine. HEX triplet: 3F, 29 and 2E. RGB value is (63,41,46). Sum of RGB (Red+Green+Blue) = 63+41+46=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F292E is #C0D6D1. Grayscale: #303030. Windows color (decimal): -12637906 or 3025215. OLE color: 3025215.

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

Color convert

RGB 63 41 46 -
CMYK 0 0.35 0.27 0.75
HSL 346.36º 0.21% 0.2% -
HSV(B) 346.36º 0.35% 0.25% -
XYZ 3.34 2.84 2.96 -
YUV 48.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 63 41 46 0 0.35 0.27 0.75 346.36 0.21 0.2
Hex 3F 29 2E 0 23 1B 4B 15A 15 14
Octal 77 51 56 0 43 33 113 532 25 24
Binary 111111 101001 101110 0 100011 11011 1001011 101011010 10101 10100

Color Harmonies of #3F292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F292E

Black with #3F292E

Text Example


Text Example

White with #3F292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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