#2F1C21

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

Shades of Aubergine #2F1C21

Tints of Aubergine #2F1C21

Color information

#2F1C21 (or 0x2F1C21) is unknown color: approx Aubergine. HEX triplet: 2F, 1C and 21. RGB value is (47,28,33). Sum of RGB (Red+Green+Blue) = 47+28+33=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1C21 is #D0E3DE. Grayscale: #222222. Windows color (decimal): -13689823 or 2169903. OLE color: 2169903.

HSL color Cylindrical-coordinate representation of color #2F1C21: hue angle of 344.21º 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 #2F1C21 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB472833-
CMYK00.400.300.82
HSL344.21º25.33%14.71%-
HSV(B)344.21º40.43%18.43%-
XYZ1.861.541.64-
YUV34.25127.29137.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.52%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=43.52%
G=25.93%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47283300.400.300.82344.2125.3314.71
Hex2F1C210281E5215819f
Octal573441050361225303117
Binary101111111001000010101000111101010010101011000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F1C21;
 }
 .AnyTagClassName
 {
   color: #2F1C21;
 }
</style>
background-color css

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

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

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

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

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

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