#2F1C1F

Color #2F1C1F Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #2F1C1F

Tints of Aubergine #2F1C1F

Color information

#2F1C1F (or 0x2F1C1F) is unknown color: approx 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

RGB472831-
CMYK00.400.340.82
HSL350.53º25.33%14.71%-
HSV(B)350.53º40.43%18.43%-
XYZ1.831.531.5-
YUV34.02126.29137.26-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47283100.400.340.82350.5325.3314.71
Hex2F1C1F028225215f19f
Octal573437050421225373117
Binary101111111001111101010001000101010010101011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>