Html Css Color HEX #2F282A Aubergine

📋 copy color: '#2F282A'

red 47 ◦ green 40 ◦ blue 42

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

Shades of Aubergine #2F282A

Tints of Aubergine #2F282A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.56%

R = 36.43%
G = 31.01%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2F282A (or 0x2F282A) is known color: Aubergine. HEX triplet: 2F, 28 and 2A. RGB value is (47,40,42). Sum of RGB (Red+Green+Blue) = 47+40+42=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 47 - color contains mainly: red. Hex color #2F282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F282A is #D0D7D5. Grayscale: #2A2A2A. Windows color (decimal): -13686742 or 2762799. OLE color: 2762799.

HSL color Cylindrical-coordinate representation of color #2F282A: hue angle of 342.86º 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 #2F282A is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 40 42 -
CMYK 0 0.15 0.11 0.82
HSL 342.86º 0.08% 0.17% -
HSV(B) 342.86º 0.15% 0.18% -
XYZ 2.35 2.29 2.51 -
YUV 42.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 47 40 42 0 0.15 0.11 0.82 342.86 0.08 0.17
Hex 2F 28 2A 0 F B 52 157 8 11
Octal 57 50 52 0 17 13 122 527 10 21
Binary 101111 101000 101010 0 1111 1011 1010010 101010111 1000 10001

Color Harmonies of #2F282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F282A

Black with #2F282A

Text Example


Text Example

White with #2F282A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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