Html Css Color HEX #2F2829 Aubergine

📋 copy color: '#2F2829'

red 47 ◦ green 40 ◦ blue 41

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

Shades of Aubergine #2F2829

Tints of Aubergine #2F2829

RGB

 RED value IS 47 (18.75% from 255) = 36.72%

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

 BLUE value IS 41 (16.41% from 255) = 32.03%

R = 36.72%
G = 31.25%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#2F2829 (or 0x2F2829) is known color: Aubergine. HEX triplet: 2F, 28 and 29. RGB value is (47,40,41). Sum of RGB (Red+Green+Blue) = 47+40+41=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2829 is #D0D7D6. Grayscale: #2A2A2A. Windows color (decimal): -13686743 or 2697263. OLE color: 2697263.

HSL color Cylindrical-coordinate representation of color #2F2829: hue angle of 351.43º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F2829 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 40 41 -
CMYK 0 0.15 0.13 0.82
HSL 351.43º 0.08% 0.17% -
HSV(B) 351.43º 0.15% 0.18% -
XYZ 2.33 2.28 2.42 -
YUV 42.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 47 40 41 0 0.15 0.13 0.82 351.43 0.08 0.17
Hex 2F 28 29 0 F D 52 15F 8 11
Octal 57 50 51 0 17 15 122 537 10 21
Binary 101111 101000 101001 0 1111 1101 1010010 101011111 1000 10001

Color Harmonies of #2F2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2829

Black with #2F2829

Text Example


Text Example

White with #2F2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F2829; }

 p { color: rgb(47,40,41); }

 H1.HeaderClassName
 {
   color: #2F2829;
 }
 .AnyTagClassName
 {
   color: #2F2829;
 }
</style>

background-color css

<style>
 a { background-color: #2F2829; }

 a { background-color: rgb(47,40,41); }

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

border-color css

<style>
 span { border-color: #2F2829; }

 span { border-color: rgb(47,40,41); }

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