Html Css Color HEX #2F2226 Aubergine

📋 copy color: '#2F2226'

red 47 ◦ green 34 ◦ blue 38

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

Shades of Aubergine #2F2226

Tints of Aubergine #2F2226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.57%

 BLUE value IS 38 (15.23% from 255) = 31.93%

R = 39.5%
G = 28.57%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.82

RGB Variations

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

Color information

#2F2226 (or 0x2F2226) is known color: Aubergine. HEX triplet: 2F, 22 and 26. RGB value is (47,34,38). Sum of RGB (Red+Green+Blue) = 47+34+38=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2226 is #D0DDD9. Grayscale: #262626. Windows color (decimal): -13688282 or 2499119. OLE color: 2499119.

HSL color Cylindrical-coordinate representation of color #2F2226: hue angle of 341.54º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F2226 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 34 38 -
CMYK 0 0.28 0.19 0.82
HSL 341.54º 0.16% 0.16% -
HSV(B) 341.54º 0.28% 0.18% -
XYZ 2.09 1.89 2.09 -
YUV 38.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 47 34 38 0 0.28 0.19 0.82 341.54 0.16 0.16
Hex 2F 22 26 0 1C 13 52 156 10 10
Octal 57 42 46 0 34 23 122 526 20 20
Binary 101111 100010 100110 0 11100 10011 1010010 101010110 10000 10000

Color Harmonies of #2F2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2226

Black with #2F2226

Text Example


Text Example

White with #2F2226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,34,38); }

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

background-color css

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

 a { background-color: rgb(47,34,38); }

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

border-color css

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

 span { border-color: rgb(47,34,38); }

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