Html Css Color HEX #2F1C1F Aubergine

📋 copy color: '#2F1C1F'

red 47 ◦ green 28 ◦ blue 31

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

Shades of Aubergine #2F1C1F

Tints of Aubergine #2F1C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.42%

 BLUE value IS 31 (12.5% from 255) = 29.25%

R = 44.34%
G = 26.42%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.82

RGB Variations

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

Color information

#2F1C1F (or 0x2F1C1F) is known color: Aubergine. HEX triplet: 2F, 1C and 1F. RGB value is (47,28,31). Sum of RGB (Red+Green+Blue) = 47+28+31=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1C1F is #D0E3E0. Grayscale: #222222. Windows color (decimal): -13689825 or 2038831. OLE color: 2038831.

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

Color convert

RGB 47 28 31 -
CMYK 0 0.40 0.34 0.82
HSL 350.53º 0.25% 0.15% -
HSV(B) 350.53º 0.4% 0.18% -
XYZ 1.83 1.53 1.5 -
YUV 34.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 47 28 31 0 0.40 0.34 0.82 350.53 0.25 0.15
Hex 2F 1C 1F 0 28 22 52 15F 19 F
Octal 57 34 37 0 50 42 122 537 31 17
Binary 101111 11100 11111 0 101000 100010 1010010 101011111 11001 1111

Color Harmonies of #2F1C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1C1F

Black with #2F1C1F

Text Example


Text Example

White with #2F1C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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