Html Css Color HEX #2F1F24 Aubergine

📋 copy color: '#2F1F24'

red 47 ◦ green 31 ◦ blue 36

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

Shades of Aubergine #2F1F24

Tints of Aubergine #2F1F24

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.19%

 BLUE value IS 36 (14.45% from 255) = 31.58%

R = 41.23%
G = 27.19%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.82

RGB Variations

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

Color information

#2F1F24 (or 0x2F1F24) is known color: Aubergine. HEX triplet: 2F, 1F and 24. RGB value is (47,31,36). Sum of RGB (Red+Green+Blue) = 47+31+36=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1F24 is #D0E0DB. Grayscale: #242424. Windows color (decimal): -13689052 or 2367279. OLE color: 2367279.

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

Color convert

RGB 47 31 36 -
CMYK 0 0.34 0.23 0.82
HSL 341.25º 0.21% 0.15% -
HSV(B) 341.25º 0.34% 0.18% -
XYZ 1.98 1.71 1.9 -
YUV 36.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 47 31 36 0 0.34 0.23 0.82 341.25 0.21 0.15
Hex 2F 1F 24 0 22 17 52 155 15 F
Octal 57 37 44 0 42 27 122 525 25 17
Binary 101111 11111 100100 0 100010 10111 1010010 101010101 10101 1111

Color Harmonies of #2F1F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1F24

Black with #2F1F24

Text Example


Text Example

White with #2F1F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,31,36); }

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

background-color css

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

 a { background-color: rgb(47,31,36); }

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

border-color css

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

 span { border-color: rgb(47,31,36); }

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