Html Css Color HEX #3F292D Aubergine

📋 copy color: '#3F292D'

red 63 ◦ green 41 ◦ blue 45

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

Shades of Aubergine #3F292D

Tints of Aubergine #3F292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30.2%

R = 42.28%
G = 27.52%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#3F292D (or 0x3F292D) is known color: Aubergine. HEX triplet: 3F, 29 and 2D. RGB value is (63,41,45). Sum of RGB (Red+Green+Blue) = 63+41+45=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F292D is #C0D6D2. Grayscale: #303030. Windows color (decimal): -12637907 or 2959679. OLE color: 2959679.

HSL color Cylindrical-coordinate representation of color #3F292D: hue angle of 349.09º 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 #3F292D is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 41 45 -
CMYK 0 0.35 0.29 0.75
HSL 349.09º 0.21% 0.2% -
HSV(B) 349.09º 0.35% 0.25% -
XYZ 3.32 2.83 2.85 -
YUV 48.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 63 41 45 0 0.35 0.29 0.75 349.09 0.21 0.2
Hex 3F 29 2D 0 23 1D 4B 15D 15 14
Octal 77 51 55 0 43 35 113 535 25 24
Binary 111111 101001 101101 0 100011 11101 1001011 101011101 10101 10100

Color Harmonies of #3F292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F292D

Black with #3F292D

Text Example


Text Example

White with #3F292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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