Html Css Color HEX #2F2527 Aubergine

📋 copy color: '#2F2527'

red 47 ◦ green 37 ◦ blue 39

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

Shades of Aubergine #2F2527

Tints of Aubergine #2F2527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

 BLUE value IS 39 (15.63% from 255) = 31.71%

R = 38.21%
G = 30.08%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.82

RGB Variations

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

Color information

#2F2527 (or 0x2F2527) is known color: Aubergine. HEX triplet: 2F, 25 and 27. RGB value is (47,37,39). Sum of RGB (Red+Green+Blue) = 47+37+39=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2527 is #D0DAD8. Grayscale: #282828. Windows color (decimal): -13687513 or 2565423. OLE color: 2565423.

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

Color convert

RGB 47 37 39 -
CMYK 0 0.21 0.17 0.82
HSL 348º 0.12% 0.16% -
HSV(B) 348º 0.21% 0.18% -
XYZ 2.2 2.07 2.2 -
YUV 40.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 47 37 39 0 0.21 0.17 0.82 348 0.12 0.16
Hex 2F 25 27 0 15 11 52 15C C 10
Octal 57 45 47 0 25 21 122 534 14 20
Binary 101111 100101 100111 0 10101 10001 1010010 101011100 1100 10000

Color Harmonies of #2F2527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2527

Black with #2F2527

Text Example


Text Example

White with #2F2527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,37,39); }

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

background-color css

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

 a { background-color: rgb(47,37,39); }

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

border-color css

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

 span { border-color: rgb(47,37,39); }

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